From 266dc52fab0cad568b6f0dddcf1d4cee2d1b1e73 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 18 May 2012 23:24:57 +0200 Subject: 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. --- tools/root.make | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/root.make') 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 \ $(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 -- cgit v1.2.3