Update
[hackover2013-badge-firmware.git] / Makefile
index 379faa6..482caea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ VPATH += project/commands
 OBJS += cmd_chibi_addr.o cmd_chibi_tx.o
 OBJS += cmd_i2ceeprom_read.o cmd_i2ceeprom_write.o cmd_lm75b_gettemp.o
 OBJS += cmd_reset.o cmd_sd_dir.o cmd_sysinfo.o cmd_uart.o 
-OBJS += cmd_roundedcorner.o
+OBJS += cmd_roundedcorner.o cmd_pwm.o
 
 VPATH += project/commands/drawing
 OBJS += cmd_backlight.o cmd_bmp.o cmd_button.o cmd_calibrate.o
@@ -70,7 +70,7 @@ OBJS += isl12022m.o
 
 # TFT LCD support
 VPATH += drivers/displays/tft drivers/displays/tft/hw 
-OBJS += drawing.o touchscreen.o colors.o bmp.o
+OBJS += drawing.o touchscreen.o colors.o theme.o bmp.o
 
 # GUI Controls
 VPATH += drivers/displays/tft/controls
@@ -139,6 +139,10 @@ OBJS += tcs3414.o tsl2561.o
 VPATH += drivers/storage/spiflash/w25q16bv
 OBJS += w25q16bv.o
 
+# FM Radio
+VPATH += drivers/audio/tea5767
+OBJS += tea5767.o
+
 ##########################################################################
 # Library files 
 ##########################################################################
This page took 0.021582 seconds and 4 git commands to generate.