Home | History | Annotate | Line # | Download | only in or1k
Makefile.inc revision 1.1
      1 #	$NetBSD: Makefile.inc,v 1.1 2014/09/03 19:34:25 matt Exp $
      2 
      3 SRCS+=		__sigaction14_sigtramp.c __sigtramp2.S
      4 SRCS+=		mulsi3.S
      5 
      6 CPPFLAGS+=	-I. -isystem ${DESTDIR}/usr/include/c++
      7 
      8 .if ${MKSOFTFLOAT} != "no"
      9 .include <softfloat/Makefile.inc>
     10 .endif
     11