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