Revision 2a9f9ad7

View differences:

modules/DiWheelDrive_1-1/Makefile
135 135
include $(CHIBIOS)/os/hal/hal.mk
136 136
include $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/platform.mk
137 137
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
138
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
138 139
# RTOS files (optional).
139 140
include $(CHIBIOS)/os/rt/rt.mk
140 141
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
......
159 160
# C sources that can be compiled in ARM or THUMB mode depending on the global
160 161
# setting.
161 162
CSRC = $(ALLCSRC) \
162
       $(TESTSRC) \
163
       $(CHIBIOS)/os/various/evtimer.c \
164 163
       $(CHIBIOS)/os/various/syscalls.c \
165
       $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
164
       $(CHIBIOS)/os/various/evtimer.c \
165
       $(TESTSRC) \
166 166
       board.c \
167 167
       $(PERIPHERYLLDCSRC) \
168 168
       $(UNITTESTSCSRC) \
modules/LightRing_1-0/Makefile
135 135
include $(CHIBIOS)/os/hal/hal.mk
136 136
include $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/platform.mk
137 137
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
138
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
138 139
# RTOS files (optional).
139 140
include $(CHIBIOS)/os/rt/rt.mk
140 141
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
......
159 160
# C sources that can be compiled in ARM or THUMB mode depending on the global
160 161
# setting.
161 162
CSRC = $(ALLCSRC) \
162
       $(TESTSRC) \
163
       $(CHIBIOS)/os/various/evtimer.c \
164 163
       $(CHIBIOS)/os/various/syscalls.c \
165
       $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
164
       $(CHIBIOS)/os/various/evtimer.c \
165
       $(TESTSRC) \
166 166
       board.c \
167 167
       $(PERIPHERYLLDCSRC) \
168 168
       $(UNITTESTSCSRC) \
modules/NUCLEO-F103RB/Makefile
135 135
include $(CHIBIOS)/os/hal/hal.mk
136 136
include $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/platform.mk
137 137
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
138
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
138 139
# RTOS files (optional).
139 140
include $(CHIBIOS)/os/rt/rt.mk
140 141
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
......
159 160
# C sources that can be compiled in ARM or THUMB mode depending on the global
160 161
# setting.
161 162
CSRC = $(ALLCSRC) \
162
       $(TESTSRC) \
163
       $(CHIBIOS)/os/various/evtimer.c \
164 163
       $(CHIBIOS)/os/various/syscalls.c \
165
       $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
164
       $(CHIBIOS)/os/various/evtimer.c \
165
       $(TESTSRC) \
166 166
       board.c \
167 167
       $(PERIPHERYLLDCSRC) \
168 168
       $(UNITTESTSCSRC) \
modules/NUCLEO-L476RG/Makefile
135 135
include $(CHIBIOS)/os/hal/hal.mk
136 136
include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform.mk
137 137
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
138
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
138 139
# RTOS files (optional).
139 140
include $(CHIBIOS)/os/rt/rt.mk
140 141
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
......
159 160
# C sources that can be compiled in ARM or THUMB mode depending on the global
160 161
# setting.
161 162
CSRC = $(ALLCSRC) \
162
       $(TESTSRC) \
163
       $(CHIBIOS)/os/various/evtimer.c \
164 163
       $(CHIBIOS)/os/various/syscalls.c \
165
       $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
164
       $(CHIBIOS)/os/various/evtimer.c \
165
       $(TESTSRC) \
166 166
       board.c \
167 167
       $(PERIPHERYLLDCSRC) \
168 168
       $(UNITTESTSCSRC) \
modules/PowerManagement_1-1/Makefile
135 135
include $(CHIBIOS)/os/hal/hal.mk
136 136
include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
137 137
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
138
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
138 139
# RTOS files (optional).
139 140
include $(CHIBIOS)/os/rt/rt.mk
140 141
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
......
159 160
# C sources that can be compiled in ARM or THUMB mode depending on the global
160 161
# setting.
161 162
CSRC = $(ALLCSRC) \
162
       $(TESTSRC) \
163
       $(CHIBIOS)/os/various/evtimer.c \
164 163
       $(CHIBIOS)/os/various/syscalls.c \
165
       $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
164
       $(CHIBIOS)/os/various/evtimer.c \
165
       $(TESTSRC) \
166 166
       board.c \
167 167
       $(PERIPHERYLLDCSRC) \
168 168
       $(UNITTESTSCSRC) \
modules/STM32F407G-DISC1/Makefile
135 135
include $(CHIBIOS)/os/hal/hal.mk
136 136
include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
137 137
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
138
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
138 139
# RTOS files (optional).
139 140
include $(CHIBIOS)/os/rt/rt.mk
140 141
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
......
159 160
# C sources that can be compiled in ARM or THUMB mode depending on the global
160 161
# setting.
161 162
CSRC = $(ALLCSRC) \
162
       $(TESTSRC) \
163
       $(CHIBIOS)/os/various/evtimer.c \
164 163
       $(CHIBIOS)/os/various/syscalls.c \
165
       $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
164
       $(CHIBIOS)/os/various/evtimer.c \
165
       $(TESTSRC) \
166 166
       board.c \
167 167
       $(PERIPHERYLLDCSRC) \
168 168
       $(UNITTESTSCSRC) \

Also available in: Unified diff