diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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
|
