summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAditya Naik2020-06-09 17:13:54 -0400
committerAditya Naik2020-06-09 17:13:54 -0400
commitb51d58287649d42c6097244bb66343b0806b26fe (patch)
treee5bd1f3ce518f80e2db2596fbad7e8eb6da49d21 /makefile
parent5e598a70d53c070a3465493a9e926717243fb844 (diff)
Consolidated rtos-master.c and master.crtos
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index a6914cc..6af687b 100644
--- a/makefile
+++ b/makefile
@@ -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