New drivers
[hackover2013-badge-firmware.git] / Makefile
index 2151859..a3aa928 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ OBJS += DejaVuSansMono10_AA2.o DejaVuSansMono13_AA2.o DejaVuSansMono14_AA2.o
 \r
 # LCD Driver (Only one can be included at a time!)\r
 # OBJS += hx8340b.o\r
 \r
 # LCD Driver (Only one can be included at a time!)\r
 # OBJS += hx8340b.o\r
+# OBJS += hx8347d.o\r
 OBJS += ILI9328.o\r
 # OBJS += ILI9325.o\r
 # OBJS += ssd1331.o\r
 OBJS += ILI9328.o\r
 # OBJS += ILI9325.o\r
 # OBJS += ssd1331.o\r
@@ -143,6 +144,10 @@ OBJS += w25q16bv.o
 VPATH += drivers/audio/tea5767\r
 OBJS += tea5767.o\r
 \r
 VPATH += drivers/audio/tea5767\r
 OBJS += tea5767.o\r
 \r
+# IN219 Current Sensor\r
+VPATH += drivers/sensors/ina219\r
+OBJS += ina219.o\r
+\r
 ##########################################################################\r
 # Library files \r
 ##########################################################################\r
 ##########################################################################\r
 # Library files \r
 ##########################################################################\r
This page took 0.018457 seconds and 4 git commands to generate.