summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index e4932df..5913faf 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -39,8 +39,11 @@ SRC := $(wildcard *.c)
ifeq ($(TARGET),-DARCHOS_RECORDER)
SRC += $(wildcard recorder/*.c)
- CFLAGS += -Irecorder -DLCD_PROPFONTS
+ CFLAGS += -Irecorder
OUTNAME = ajbrec.ajz
+ifneq (LOADABLE_FONTS,$(findstring LOADABLE_FONTS, $(CFLAGS)))
+ CFLAGS += -DLCD_PROPFONTS
+endif
else
OUTNAME = archos.mod
endif