SPI flash and makefile updated
[hackover2013-badge-firmware.git] / Makefile
index 46c1220..3f71b77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,10 @@ OBJS += pn532.o
 VPATH += drivers/sensors/tcs3414 drivers/sensors/tsl2561
 OBJS += tcs3414.o tsl2561.o
 
+# SPI Flash
+VPATH += drivers/spiflash/w25q16bv
+OBJS += w25q16bv.o
+
 ##########################################################################
 # Library files 
 ##########################################################################
This page took 0.02518 seconds and 4 git commands to generate.