blob: df055d9ede5990522fa1efb28b4d3e5cf5d3321c [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# main project for aud8521pevb2 arm32
2ARCH := arm
3ARM_CPU := cortex-a7
4
5TARGET := aud8521pevb2
6
7MODULES += \
8 app/fitboot
9
10LK_HEAP_IMPLEMENTATION=miniheap
11