-For every base target, add a simple .mk file in target/ -More complex project files include from the target/ one
6 lines
57 B
Makefile
6 lines
57 B
Makefile
TARGET := sam3x-ek
|
|
MODULES += \
|
|
app/tests \
|
|
app/shell
|
|
|