-For every base target, add a simple .mk file in target/ -More complex project files include from the target/ one
11 lines
136 B
Makefile
11 lines
136 B
Makefile
# top level project rules for the armemu-test project
|
|
#
|
|
TARGET := beaglebone
|
|
|
|
MODULES += \
|
|
app/tests \
|
|
app/stringtests \
|
|
app/shell
|
|
|
|
|