Include the arm32 files if architecture is arm as well as arm32
This commit is contained in:
parent
825843808a
commit
9ced9a1527
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile.inc,v 1.5 1999/08/31 13:50:47 simonb Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 2001/07/14 03:17:44 matt Exp $
|
||||
|
||||
.if (${MACHINE_ARCH} == "arm32")
|
||||
.if (${MACHINE_ARCH} == "arm32") || (${MACHINE_ARCH} == "arm")
|
||||
SRCS+= arm32_sync_icache.c arm32_drain_writebuf.c
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue