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