some interrupt/pwm testing
[my-code/arm.git] / betty / Makefile
index 4d2a1aa..a76cf32 100644 (file)
@@ -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)