blob: d01f2eab595e36ebe1076950ec80d7a19990f03c [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001# main project for aud8521pevb2-nand arm32
2ARCH := arm
3ARM_CPU := cortex-a7
4
5TARGET := aud8521pevb2-nand
6
7MODULES += \
8 app/fitboot
9
10LK_HEAP_IMPLEMENTATION=miniheap
11