xref: /netbsd/lib/libarch/arm/Makefile.inc (revision bf9ec67e)
1# $NetBSD: Makefile.inc,v 1.1 2002/03/30 06:24:34 thorpej Exp $
2
3.include <bsd.own.mk>
4
5.if (${MACHINE_CPU} == "arm")
6SRCS+=	arm_sync_icache.c arm_drain_writebuf.c
7.endif
8
9MAN+=	arm_sync_icache.2 arm_drain_writebuf.2
10