mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
053722a573
commit
266dc52fab
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue