change program name to ftbrony

This commit is contained in:
mtheall 2014-11-25 13:50:11 -06:00
parent de27f5f5f5
commit 3049481335

View File

@ -44,7 +44,7 @@ ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp
CFLAGS := -g -Wall -O3 -mword-relocations \
-fomit-frame-pointer -ffast-math \
$(ARCH) \
-DSTATUS_STRING="\"ftpd v1.0\""
-DSTATUS_STRING="\"ftbrony v1.0\""
CFLAGS += $(INCLUDE) -DARM11 -D_3DS