NetBSD/lib/libarch/arm32/Makefile.inc

10 lines
223 B
PHP
Raw Normal View History

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
.endif
1999-06-09 09:43:10 +04:00
MAN+= arm32_sync_icache.2 arm32_drain_writebuf.2