summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 22224c0..e2c01c4 100644
--- a/makefile
+++ b/makefile
@@ -27,6 +27,7 @@ lib/nanopb/pb_encode.c \
lib/nanopb/pb_common.c \
src/handshake.pb.c \
src/data.pb.c \
+src/stream_i2c.c
# set the main C source based on whether we're compiling the master or slave
C_SOURCES+=$(addprefix src/, $(TARGET).c)
@@ -63,7 +64,7 @@ AS_INCLUDES =
# General C includes for all ports. Since CMSIS is being included, that means this is restricted to ARM ports
C_INCLUDES = \
--Isrc \
+-Iinclude \
-Ilib/cmsis \
-Ilib/nanopb