blob: 4b4b59bdf5650e9855966189521dc9774a36e20d [file] [log] [blame]
# main project for aud8518fpga-slc
ARCH := arm64
ARM_CPU := cortex-a53
TARGET := aud8518fpga-slc
WITH_KERNEL_VM := 1
WITH_LINKER_GC := 1
# arch for lz4 compression lib
GLOBAL_DEFINES += \
LZ4_ARCH64=1
# add for fpga config
GLOBAL_DEFINES += \
FPGA_PLATFORM=1
# add SLC nand GPT common config
GLOBAL_DEFINES += \
SUPPORT_GPT_FIXED_LBS=1
# add for dram config
GLOBAL_DEFINES += \
SUPPORT_TYPE_LPDDR3=1
MODULES += \
app/fitboot \
LK_HEAP_IMPLEMENTATION=miniheap