blob: 3ae5e6dfe9e67547aa6c719c4f7f95ad72c46333 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# top level project rules for the uzed-test project
2#
3MODULES += \
4 app/inetsrv \
5 app/lkboot \
6 app/shell \
7 dev/gpio \
8 lib/klog \
9 lib/watchdog \
10
11GLOBAL_DEFINES += \
12 SYSPARAM_ALLOW_WRITE=1
13
14include project/target/uzed.mk
15include project/virtual/test.mk
16