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