summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 5913faf3bf..07b093eb40 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -41,9 +41,6 @@ ifeq ($(TARGET),-DARCHOS_RECORDER)
41 SRC += $(wildcard recorder/*.c) 41 SRC += $(wildcard recorder/*.c)
42 CFLAGS += -Irecorder 42 CFLAGS += -Irecorder
43 OUTNAME = ajbrec.ajz 43 OUTNAME = ajbrec.ajz
44ifneq (LOADABLE_FONTS,$(findstring LOADABLE_FONTS, $(CFLAGS)))
45 CFLAGS += -DLCD_PROPFONTS
46endif
47else 44else
48 OUTNAME = archos.mod 45 OUTNAME = archos.mod
49endif 46endif