first pseudo flash filesystem code (not working yet)
[my-code/arm.git] / betty / Makefile
index 3883fce..b7a2616 100644 (file)
@@ -19,7 +19,7 @@ HOST_TARGET = lpcload fwdump
 CROSS_TARGET = fwbc.hex fwflash.hex betty.hex
 
 # betty deps
-BETTY_DEPS = system.o uart.o buttons.o spi.o display.o flash.o
+BETTY_DEPS = system.o uart.o buttons.o spi.o display.o flash.o pffs.o
 
 # all projects
 all: $(HOST_TARGET) $(CROSS_TARGET)