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