Home | History | Annotate | Download | only in mboot

Lines Matching refs:BOOT

6 BOOT=		mboot
13 PROG= ${BOOT}
25 CPPFLAGS+= -DBOOT=\"${BOOT}\" -DBOOT_VERS=\"${VERSION}\"
36 ${BOOT}: ${OBJS} ${LDLIBS}
38 ${LD} ${LINKFLAGS} -o ${BOOT}.x ${OBJS} ${LDLIBS}
39 # ${STRIP} ${BOOT}.x
40 # dd bs=32 skip=1 count=32 if=${BOOT}.x of=${BOOT}
41 ${OBJCOPY} -O binary ${BOOT}.x ${BOOT}
42 @rm ${BOOT}.x
43 CLEANFILES+= ${BOOT}.x