NetBSD/sys/arch/acorn26/stand/Makefile
matt 0d1154fda7 Fix abi/arch/float-abi for boot code
Force machine to be acorn26
Only build when little-endian non-eabi
2013-05-01 22:36:52 +00:00

12 lines
199 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/05/01 22:36:52 matt Exp $
.include <bsd.endian.mk>
.if empty(MACHINE_ARCH:Mearm*) && ${TARGET_ENDIANNESS} == "1234"
SUBDIR= boot26
.endif
.include <bsd.subdir.mk>