summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
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