-For every base target, add a simple .mk file in target/ -More complex project files include from the target/ one
18 lines
270 B
Makefile
18 lines
270 B
Makefile
# top level project rules for the uzed-test project
|
|
#
|
|
MODULES += \
|
|
app/inetsrv \
|
|
app/shell \
|
|
app/stringtests \
|
|
app/tests \
|
|
app/zynq-common \
|
|
lib/cksum \
|
|
lib/debugcommands \
|
|
lib/libm \
|
|
|
|
GLOBAL_DEFINES += \
|
|
SYSPARAM_ALLOW_WRITE=1
|
|
|
|
include project/target/uzed.mk
|
|
|