Home | History | Annotate | Line # | Download | only in uboot
Makefile revision 1.10
      1  1.10   tsutsui #	$NetBSD: Makefile,v 1.10 2022/12/11 07:41:37 tsutsui Exp $
      2   1.1   thorpej 
      3   1.1   thorpej PROGAOUT=	uboot
      4   1.1   thorpej PROGSOURCE=	uboot.c tgets.c
      5   1.1   thorpej NEWVERSWHAT=	"Primary Boot"
      6   1.2   thorpej 
      7   1.2   thorpej CPPFLAGS+=	-DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK
      8  1.10   tsutsui CPPFLAGS+=	-DSUPPORT_UFS2
      9   1.1   thorpej 
     10   1.6  gmcgarry .include "../Makefile.buildboot"
     11   1.6  gmcgarry 
     12   1.1   thorpej install:
     13   1.7     lukem 	${INSTALL_DIR} -o ${BINOWN} -g ${BINGRP} -m 755 \
     14   1.1   thorpej 	    ${DESTDIR}${BINDIR}/rbootd
     15   1.7     lukem 	${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 444 \
     16   1.5  gmcgarry 	    uboot.lif ${DESTDIR}${BINDIR}/uboot.lif
     17   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/rdboot
     18   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/rdboot
     19   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/bootrd
     20   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/bootrd
     21   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/sdboot
     22   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/sdboot
     23   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/bootsd
     24   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/bootsd
     25   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/ctboot
     26   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/ctboot
     27   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/bootct
     28   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/bootct
     29   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_UBOOT
     30   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/rbootd/SYS_UBOOT
     31   1.3        he 
     32   1.8     lukem release: check_RELEASEDIR .WAIT uboot.lif
     33   1.8     lukem 	${HOST_INSTALL_FILE} -m ${NONBINMODE} uboot.lif \
     34   1.9  christos 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/SYS_UBOOT
     35