summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2012-05-18 23:24:57 +0200
committerJens Arnold <amiconn@rockbox.org>2012-05-18 23:31:24 +0200
commit266dc52fab0cad568b6f0dddcf1d4cee2d1b1e73 (patch)
treecfb8ec95262a19f2010e03fc0cae7e4a9188f070 /tools/root.make
parent053722a57382d4203e28f26ef59ed2f4ab0352d6 (diff)
downloadrockbox-266dc52fab0cad568b6f0dddcf1d4cee2d1b1e73.tar.gz
rockbox-266dc52fab0cad568b6f0dddcf1d4cee2d1b1e73.zip
Make the player_unifont tool build again
This tool is rarely needed (only when working on the player charset) and got lost in the big make system overhaul.
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 689047e9db..256d25c1df 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -23,6 +23,9 @@ TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
23 $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \ 23 $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \
24 $(TOOLSDIR)/iaudio_bl_flash.h 24 $(TOOLSDIR)/iaudio_bl_flash.h
25 25
26ifeq ($(MODELNAME),archosplayer)
27 TOOLS += $(TOOLSDIR)/player_unifont
28endif
26 29
27ifeq (,$(PREFIX)) 30ifeq (,$(PREFIX))
28ifdef APP_TYPE 31ifdef APP_TYPE