aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
diff options
context:
space:
mode:
authorHagen Kaye2013-12-28 20:22:12 -0500
committerHagen Kaye2013-12-28 20:22:12 -0500
commit07590c273936dfa7d5fa6bd994ff4a858fd9f258 (patch)
treebad111768884edc5ee71eeea297250267578ee6c /stm/Makefile
parent6474598c655a055b2155d408284b40b11e9fe27b (diff)
changes to Makefile and main.c to add i2c.c
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile
index 1e0831159..c61900e3d 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -33,6 +33,7 @@ SRC_C = \
audio.c \
sdio.c \
pybwlan.c \
+ i2c.c \
SRC_S = \
startup_stm32f40xx.s \