diff --git a/apps/Makefile b/apps/Makefile index e4932dfa36..5913faf3bf 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