summaryrefslogtreecommitdiffstats
path: root/src/arch/arm32/Makefile.linux
Commit message (Collapse)AuthorAgeFilesLines
* [arm] Support building as a Linux userspace binary for AArch32Michael Brown2024-09-241-0/+25
Add support for building as a Linux userspace binary for AArch32. This allows the self-test suite to be more easily run for the 32-bit ARM code. For example: make CROSS=arm-linux-gnu- bin-arm32-linux/tests.linux qemu-arm -L /usr/arm-linux-gnu/sys-root/ \ ./bin-arm32-linux/tests.linux Signed-off-by: Michael Brown <mcb30@ipxe.org>