X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/2cb9abbde50cc2cd722a05ada0cc9d7e6ec06d30..e8940d3dd9a3c23e904ac75c40cf1f8e546f52fe:/Makefile diff --git a/Makefile b/Makefile index 2151859..a3aa928 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ OBJS += DejaVuSansMono10_AA2.o DejaVuSansMono13_AA2.o DejaVuSansMono14_AA2.o # LCD Driver (Only one can be included at a time!) # OBJS += hx8340b.o +# OBJS += hx8347d.o OBJS += ILI9328.o # OBJS += ILI9325.o # OBJS += ssd1331.o @@ -143,6 +144,10 @@ OBJS += w25q16bv.o VPATH += drivers/audio/tea5767 OBJS += tea5767.o +# IN219 Current Sensor +VPATH += drivers/sensors/ina219 +OBJS += ina219.o + ########################################################################## # Library files ##########################################################################