# $NetBSD: Makefile,v 1.6 2015/05/09 02:12:29 matt Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} RAMDISK= ${RAMDISKDIR}/ramdisk.fs .if ${MACHINE_ARCH} == "mipsel" # Little endian platforms. MDSETTARGETS= INSTALL_CI20 ${RAMDISK} - MDSETTARGETS+= INSTALL_OMSAL400 ${RAMDISK} - MDSETTARGETS+= INSTALL_MALTA ${RAMDISK} - .elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" MDSETTARGETS= INSTALL_MALTA32 ${RAMDISK} - MDSETTARGETS+= INSTALL_MALTA64 ${RAMDISK} - MDSETTARGETS+= INSTALL_XLSATX32 ${RAMDISK} - MDSETTARGETS+= INSTALL_XLSATX64 ${RAMDISK} - .if ${MACHINE_ARCH} == "mips64el" MDSETTARGETS+= INSTALL_LOONGSON ${RAMDISK} - .else MDSETTARGETS+= INSTALL_ERLITE ${RAMDISK} - .endif .else # Big endian platforms. MDSETTARGETS= INSTALL_MALTA ${RAMDISK} - .endif MDSET_RELEASEDIR= installation MDSET_SUFFIXES.-= srec create-srec create-srec= ${OBJCOPY} -O srec ${.TARGET:R} ${.TARGET} .include "${DISTRIBDIR}/common/Makefile.mdset" .include