Fix warnings. convbdf needed to be updated for the changed font struct because it generates sysfont.c.

Change-Id: Id5aea6b6c73438242a80ae6849ee5e29ab8659dc
This commit is contained in:
Thomas Martitz 2014-01-26 15:02:11 +01:00
parent 37be80a1a5
commit 77ee2851de
2 changed files with 4 additions and 1 deletions

View file

@ -38,7 +38,7 @@ $(FIRMLIB): $(FIRMLIB_OBJ)
$(SILENT)$(shell rm -f $@)
$(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
$(BUILDDIR)/sysfont.h: $(SYSFONT) $(TOOLS)
$(BUILDDIR)/sysfont.h: $(SYSFONT) $(TOOLS) $(BUILDDIR)/firmware/common/config.o
$(call PRINTS,CONVBDF $(subst $(ROOTDIR)/,,$<))$(TOOLSDIR)/convbdf -l $(MAXCHAR) -h -o $@ $<
$(BUILDDIR)/sysfont.o: $(SYSFONT) $(BUILDDIR)/sysfont.h