summaryrefslogtreecommitdiff
path: root/tools/tools.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.make')
-rw-r--r--tools/tools.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/tools.make b/tools/tools.make
index 9f16d4c884..3350ad03bc 100644
--- a/tools/tools.make
+++ b/tools/tools.make
@@ -40,10 +40,6 @@ $(TOOLSDIR)/convttf: $(TOOLSDIR)/convttf.c
40 $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \ 40 $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \
41 `freetype-config --libs` `freetype-config --cflags` 41 `freetype-config --libs` `freetype-config --cflags`
42 42
43$(TOOLSDIR)/player_unifont: $(TOOLSDIR)/player_unifont.c $(ROOTDIR)/firmware/drivers/lcd-charset-player.c
44 $(call PRINTS,CC $(@F))
45 $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -DARCHOS_PLAYER -D__PCTOOL__ -I$(ROOTDIR)/firmware/export -I. $+ -o $@
46
47# implicit rule for simple tools 43# implicit rule for simple tools
48$(TOOLSDIR)/%: $(TOOLSDIR)/%.c 44$(TOOLSDIR)/%: $(TOOLSDIR)/%.c
49 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$@)) 45 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$@))