X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=betty%2FMakefile;h=ad7c7d4f26daa8b8c30b3c9792621c45ec39fc33;hb=476b73692511eeed9602d71e773da5ab24831b74;hp=54f1d34b60df3feadbe7140a3ba3d56f42b7a773;hpb=60432148802391c2ba390e9c56f999514653c969;p=my-code%2Farm.git diff --git a/betty/Makefile b/betty/Makefile index 54f1d34..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 = buttons.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) @@ -41,7 +42,7 @@ arm: arm_clean $(CROSS_TARGET) # betty is special ;) betty.elf: betty.o startup.o $(BETTY_DEPS) - #$(CROSS_LD) $(CROSS_ROM_LDFLAGS) startup.o -o $@ $< + #$(CROSS_LD) $(CROSS_ROM_LDFLAGS) startup.o $(BETTY_DEPS) -o $@ $< $(CROSS_LD) $(CROSS_RAM_LDFLAGS) startup.o $(BETTY_DEPS) -o $@ $< # .hex out of .elf