X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2FMakefile;fp=betty%2FMakefile;h=ad7c7d4f26daa8b8c30b3c9792621c45ec39fc33;hp=0a3558655c6ae0399a029599149731ce95a10f90;hb=476b73692511eeed9602d71e773da5ab24831b74;hpb=bbf7d44cf935538f5a353665f160e5cd3ed59da8 diff --git a/betty/Makefile b/betty/Makefile index 0a35586..ad7c7d4 100644 --- a/betty/Makefile +++ b/betty/Makefile @@ -19,7 +19,8 @@ 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 functions.o #pffs.o +BETTY_DEPS = system.o uart.o buttons.o spi.o display.o flash.o functions.o +#BETTY_DEPS += pffs.o # all projects all: $(HOST_TARGET) $(CROSS_TARGET)