summaryrefslogtreecommitdiff
path: root/software/mpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'software/mpu/Makefile')
-rw-r--r--software/mpu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/software/mpu/Makefile b/software/mpu/Makefile
index 8dcb9ed..55f9a24 100644
--- a/software/mpu/Makefile
+++ b/software/mpu/Makefile
@@ -10,7 +10,7 @@ endif
# C specific options here (added to USE_OPT).
ifeq ($(USE_COPT),)
- USE_COPT =
+ USE_COPT =
endif
# C++ specific options here (added to USE_OPT).
@@ -77,9 +77,10 @@ CSRC = $(PORTSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/various/syscalls.c \
+ $(CHIBIOS)/os/various/shell.c \
+ $(CHIBIOS)/os/various/chprintf.c \
heartbeat.c \
+ usb-cdc-shell.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global