2001-07-28 23:17:11 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2001/07/28 19:17:11 bjh21 Exp $
|
1999-06-09 09:43:10 +04:00
|
|
|
|
2001-07-28 23:17:11 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if (${MACHINE_CPU} == "arm")
|
1999-06-09 09:43:10 +04:00
|
|
|
SRCS+= arm32_sync_icache.c arm32_drain_writebuf.c
|
1999-06-10 04:49:51 +04:00
|
|
|
.endif
|
1999-06-09 09:43:10 +04:00
|
|
|
|
|
|
|
MAN+= arm32_sync_icache.2 arm32_drain_writebuf.2
|