Home | History | Annotate | Line # | Download | only in conf
Makefile.evbppc.inc revision 1.3.132.1
      1  1.3.132.1  matt #	$NetBSD: Makefile.evbppc.inc,v 1.3.132.1 2011/01/07 01:40:36 matt Exp $
      2        1.2  matt 
      3        1.3  matt CPPFLAGS += -D__${BOARDTYPE}__
      4        1.1   scw 
      5  1.3.132.1  matt RAMDISKDIR!=	cd ${NETBSDSRCDIR}/distrib/${THISPPC:T}/ramdisk && ${PRINTOBJDIR}
      6  1.3.132.1  matt 
      7  1.3.132.1  matt .if defined(NEEDS_MDSETIMAGE) && exists(${RAMDISKDIR}/ramdisk.fs)
      8  1.3.132.1  matt SYSTEM_LD_TAIL_EXTRA+=; \
      9  1.3.132.1  matt 	echo ${TOOL_MDSETIMAGE} -s $@ ${RAMDISKDIR}/ramdisk.fs; \
     10  1.3.132.1  matt 	${TOOL_MDSETIMAGE} -s $@ ${RAMDISKDIR}/ramdisk.fs
     11  1.3.132.1  matt 
     12  1.3.132.1  matt .endif
     13  1.3.132.1  matt 
     14        1.1   scw .-include "${THISPPC}/conf/Makefile.${BOARDTYPE}.inc"
     15