Files
lk/project/uzed-test.mk
Travis Geiselbrecht a14ed28229 [project] rearrange project files
-For every base target, add a simple .mk file in target/
-More complex project files include from the target/ one
2015-03-03 14:29:31 -08:00

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