Include the arm32 files if architecture is arm as well as arm32

This commit is contained in:
matt 2001-07-14 03:17:44 +00:00
parent 825843808a
commit 9ced9a1527
1 changed files with 2 additions and 2 deletions

View File

@ -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 SRCS+= arm32_sync_icache.c arm32_drain_writebuf.c
.endif .endif