-For every base target, add a simple .mk file in target/ -More complex project files include from the target/ one
8 lines
97 B
Makefile
8 lines
97 B
Makefile
MODULES += \
|
|
lib/debugcommands \
|
|
app/tests \
|
|
app/shell
|
|
|
|
include project/target/stm32-p407.mk
|
|
|