diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-08-28 11:54:41 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-28 11:54:41 +0000 |
commit | 1f4e4d339c557477c0291f2e0596111fc65b7409 (patch) | |
tree | bc43951539103a0a8b12f0ead0b8252bcaddfbfe /firmware/Makefile | |
parent | cfbdf142bc7a9696b4992fa04497b8bf2cdab3f6 (diff) |
Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 252b1ea70b..24f5b46614 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -41,10 +41,6 @@ OUTPUT = $(OBJDIR)/librockbox.a ifeq (LOADABLE_FONTS,$(findstring LOADABLE_FONTS, $(CFLAGS))) EXTRA_TARGETS = $(OBJDIR)/system.ajf -else -ifeq ($(TARGET),-DARCHOS_RECORDER) - CFLAGS += -DLCD_PROPFONTS -endif endif all: $(OUTPUT) $(EXTRA_TARGETS) |