set GENASSYM_DIR for arm and earm

This commit is contained in:
jmcneill 2013-11-09 17:30:46 +00:00
parent a81af76ba0
commit d4b8b63b38
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.assym,v 1.2 2012/03/25 06:55:20 joerg Exp $
# $NetBSD: Makefile.assym,v 1.3 2013/11/09 17:30:46 jmcneill Exp $
DPSRCS+= assym.h
CLEANFILES+= assym.h
@ -11,6 +11,10 @@ CPPFLAGS+= -DPPC_OEA
.endif
.endif
.if (!empty(MACHINE_ARCH:Mearm*) || !empty(MACHINE_ARCH:Marm*))
GENASSYM_DIR= $S/arch/arm/arm32
.endif
.if exists($S/arch/${MACHINE}/${MACHINE}/genassym.cf)
GENASSYM_DIR?= $S/arch/${MACHINE}/${MACHINE}
.elif exists($S/arch/${MACHINE_CPU}/${MACHINE_CPU}/genassym.cf)