blob: da1db5d93ab88b03c89f0afb5f923b87c01f395d [file] [log] [blame]
# top level project rules for the uzed-bootloader project
#
MODULES += \
app/shell \
app/zynq-common \
app/lkboot
GLOBAL_DEFINES += \
SYSPARAM_ALLOW_WRITE=1
# disable SMP for this build, chain loading from SMP currently does not work
WITH_SMP:=0
include project/target/uzed.mk