improve build infrastructure a bit

This commit is contained in:
Stefan `Sec` Zehl 2011-05-13 15:20:08 +02:00
parent e074b46c43
commit c4617f0988
2 changed files with 9 additions and 1 deletions

View File

@ -80,7 +80,7 @@ all: firmware
core/libcore.a: core/projectconfig.h
cd core && $(MAKE)
lcd/libfont.a:
lcd/libfont.a lcd/render.o lcd/display.o:
cd lcd && $(MAKE)
tools/lpcrc:
@ -106,3 +106,7 @@ clean:
@cd core && $(MAKE) clean
@cd tools && $(MAKE) clean
@cd lcd && $(MAKE) clean
.PHONY: lcd/libfont.a

View File

@ -19,6 +19,10 @@ OBJS += veramono9.o
OBJS += veramonobold11.o
OBJS += veramonobold9.o
OBJS += vera11.o
OBJS += vera17.o
OBJS += vera23.o
OBJS += display.o
OBJS += render.o