summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-09-09 06:01:46 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-09-09 06:01:46 +0000
commit218d90b307f874570f97be9a79943c4acc582b18 (patch)
treef5a4549e9069cd9e1c1fdcb760c41f61369f20bb /firmware/Makefile
parent4f52bf4c812230bbef4dae084242c9d26f9ff2f4 (diff)
build system updated to include Ondio option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index afcdb191d5..31353d4357 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -42,6 +42,9 @@ OUTPUT = $(OBJDIR)/librockbox.a
ifeq (RECORDER,$(findstring RECORDER, $(CFLAGS)))
OBJS += $(OBJDIR)/sysfont.o
endif
+ifeq (ONDIO,$(findstring ONDIO, $(CFLAGS)))
+ OBJS += $(OBJDIR)/sysfont.o
+endif
ifndef OBJDIR
no_configure: