diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-30 10:52:51 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-30 10:52:51 +0000 |
commit | e118154e37af64de38453523525aba66d410b35c (patch) | |
tree | 042c45466f65182454a94247ac0a2c1f5b4c1755 /firmware/Makefile | |
parent | 0ec1ad99515fd2b0f01155d66d42e1070cdfdd66 (diff) |
The firmware/fonts directory is now removed, and we now use fonts/rockbox_default.bdf to create the internal font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6945 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 7211b3775f..8e9fad5848 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -42,7 +42,7 @@ $(OBJDIR)/thread.o: thread.c export/thread.h $(SILENT)echo "CC thread.c" $(SILENT)$(CC) -c -O -fomit-frame-pointer $(CFLAGS) $< -o $@ -$(OBJDIR)/sysfont.o: fonts/clR6x8.bdf +$(OBJDIR)/sysfont.o: ../fonts/rockbox_default.bdf @echo "CONVBDF" $(SILENT)$(TOOLSDIR)/convbdf -c -o $(OBJDIR)/sysfont.c $< @echo "CC sysfont.c" |