X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2FMakefile;fp=betty%2FMakefile;h=a76cf327378c3677204f345b1253169755fe6c6e;hp=4d2a1aa44450803513cd65d6596c7ff0a146d1bd;hb=9f1a71389dff6cddd11c4b9975a0d1b91806ee2d;hpb=8ec47a7e5b5658c93eeed6776685cb05ae942fdf diff --git a/betty/Makefile b/betty/Makefile index 4d2a1aa..a76cf32 100644 --- a/betty/Makefile +++ b/betty/Makefile @@ -20,7 +20,7 @@ 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 -BETTY_DEPS += interrupts.o #pffs.o +BETTY_DEPS += interrupts.o pwm.o #pffs.o # all projects all: $(HOST_TARGET) $(CROSS_TARGET)