diff options
Diffstat (limited to 'demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile')
| -rw-r--r-- | demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile index 6d6c54232..6a1e61aa3 100644 --- a/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile +++ b/demos/rt/RT-STM32F407-DISCOVERY-MEMS/Makefile @@ -96,7 +96,10 @@ CSRC = $(PORTSRC) \ $(OSALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- main.c
+ $(CHIBIOS)/os/various/devices_lib/accel/lis302dl.c \
+ $(CHIBIOS)/os/various/shell.c \
+ $(CHIBIOS)/os/various/chprintf.c \
+ usbcfg.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -127,6 +130,7 @@ ASMSRC = $(PORTASM) INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(OSALINC) $(PLATFORMINC) $(BOARDINC) \
+ $(CHIBIOS)/os/various/devices_lib/accel \
$(CHIBIOS)/os/various
#
|
