Lines Matching refs:boot2
3 FILES= boot boot1 boot2
44 boot: boot1 boot2
45 cat boot1 boot2 > boot
55 CLEANFILES+= boot2 boot2.ld boot2.ldr boot2.bin boot2.out boot2.o \
56 boot2.h sio.o
60 boot2: boot2.ld target
65 boot2.ld: boot2.ldr boot2.bin ${BTXKERN}
66 btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \
67 -o ${.TARGET} -P 1 boot2.bin
69 boot2.ldr:
72 boot2.bin: boot2.out
73 ${OBJCOPY} -S -O binary boot2.out ${.TARGET}
80 boot2.out: ${BTXCRT} boot2.o sio.o ashldi3.o
83 SRCS= boot2.c boot2.h
85 boot2.h: boot1.out