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.
This commit is contained in:
Jens Arnold 2012-05-18 23:24:57 +02:00
parent 053722a573
commit 266dc52fab
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,9 @@ TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
$(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \
$(TOOLSDIR)/iaudio_bl_flash.h
ifeq ($(MODELNAME),archosplayer)
TOOLS += $(TOOLSDIR)/player_unifont
endif
ifeq (,$(PREFIX))
ifdef APP_TYPE