The project file was setting cortex-a15, but the platform was also setting it, so let the platform default stick.
6 lines
84 B
Makefile
6 lines
84 B
Makefile
# main project for qemu-arm32
|
|
ARCH := arm
|
|
|
|
include project/target/qemu-virt-arm.mk
|
|
|