diff options
| author | martin <martin@NetBSD.org> | 2015-05-11 21:26:41 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2015-05-11 21:26:41 +0000 |
| commit | 1abb0f040545e5f2e99e685f69cb3b68fc13f128 (patch) | |
| tree | cf9e35d11cb89ea3f9008d4559ee7bb3ede5e45a /sys/modules | |
| parent | 407f02244a524ee828f8022f24e4dced4759cbf3 (diff) | |
acorn26 probably was not meant to use the arm32 genassym
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile.assym | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/Makefile.assym b/sys/modules/Makefile.assym index c00cbaaeefd..db441af84c4 100644 --- a/sys/modules/Makefile.assym +++ b/sys/modules/Makefile.assym @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.assym,v 1.4 2014/03/04 14:58:15 joerg Exp $ +# $NetBSD: Makefile.assym,v 1.5 2015/05/11 21:26:41 martin Exp $ DPSRCS+= assym.h CLEANFILES+= assym.h @@ -12,8 +12,12 @@ CPPFLAGS+= -DPPC_OEA .endif .if (!empty(MACHINE_ARCH:Mearm*) || !empty(MACHINE_ARCH:Marm*)) +.if ${MACHINE} == "acorn26" +GENASSYM_DIR= $S/arch/acorn26/acorn26 +.else GENASSYM_DIR= $S/arch/arm/arm32 .endif +.endif .if exists($S/arch/${MACHINE}/${MACHINE}/genassym.cf) GENASSYM_DIR?= $S/arch/${MACHINE}/${MACHINE} |
