Home | History | Annotate | Line # | Download | only in arm
      1  1.2     matt # $NetBSD: Makefile.inc,v 1.2 2014/08/10 23:25:50 matt Exp $
      2  1.1  thorpej 
      3  1.1  thorpej .include <bsd.own.mk>
      4  1.1  thorpej 
      5  1.2     matt LIBC_MACHINE_CPU?=	${MACHINE_CPU}
      6  1.2     matt 
      7  1.2     matt .if (${LIBC_MACHINE_CPU} == "arm")
      8  1.1  thorpej SRCS+=	arm_sync_icache.c arm_drain_writebuf.c
      9  1.1  thorpej .endif
     10  1.1  thorpej 
     11  1.1  thorpej MAN+=	arm_sync_icache.2 arm_drain_writebuf.2
     12