diff options
| author | Aditya Naik | 2020-06-09 17:13:54 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-09 17:13:54 -0400 |
| commit | b51d58287649d42c6097244bb66343b0806b26fe (patch) | |
| tree | e5bd1f3ce518f80e2db2596fbad7e8eb6da49d21 /makefile | |
| parent | 5e598a70d53c070a3465493a9e926717243fb844 (diff) | |
Consolidated rtos-master.c and master.crtos
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
|
