Home | History | Annotate | Line # | Download | only in arm
Makefile.inc revision 1.1.62.1
      1       1.1  thorpej # $NetBSD: Makefile.inc,v 1.1.62.1 2014/08/20 00:02:08 tls Exp $
      2       1.1  thorpej 
      3       1.1  thorpej .include <bsd.own.mk>
      4       1.1  thorpej 
      5  1.1.62.1      tls LIBC_MACHINE_CPU?=	${MACHINE_CPU}
      6  1.1.62.1      tls 
      7  1.1.62.1      tls .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