code clean up!
[my-code/arm.git] / betty / Makefile
index 54f1d34..f740401 100644 (file)
@@ -19,7 +19,7 @@ HOST_TARGET = lpcload fwdump
 CROSS_TARGET = fwbc.hex fwflash.hex betty.hex
 
 # betty deps
-BETTY_DEPS = buttons.o
+BETTY_DEPS = system.o uart.o buttons.o spi.o display.o
 
 # all projects
 all: $(HOST_TARGET) $(CROSS_TARGET)