diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,7 +22,6 @@ BUILD_DIR = build ######################################
# C sources for all ports
C_SOURCES = \
-src/main-rtos.c \
lib/nanopb/pb_decode.c \
lib/nanopb/pb_encode.c \
lib/nanopb/pb_common.c \
@@ -73,7 +72,7 @@ AS_INCLUDES = C_INCLUDES = \
-Isrc \
-Ilib/cmsis \
--Ilib/freertos/include
+-Ilib/freertos/include \
-Ilib/nanopb
# Define the chip we're building for and include its makefile
|
