Temporary precaution measure until repocopy requests are
processed: don't forget to clean generated .s sources.
This commit is contained in:
parent
01e7fdafa7
commit
6886d8ff2a
@ -35,10 +35,12 @@ AFLAGS+=--defsym FLAGS=${BOOT_BOOT0_FLAGS} \
|
||||
|
||||
LDFLAGS=-N -e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-S,--oformat,binary
|
||||
|
||||
CLEANFILES+= boot0.s
|
||||
boot0.s: boot0_512.s
|
||||
cpp -USIO < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
CLEANFILES+= boot0sio.s
|
||||
boot0sio.s: boot0_512.s
|
||||
cpp -DSIO < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
boot0.s: boot0_512.s
|
||||
cpp -USIO < ${.CURDIR}/boot0_512.s > boot0.s
|
||||
|
||||
boot0sio.s: ${.CURDIR}/../boot0/boot0_512.s
|
||||
cpp -DSIO < ${.CURDIR}/../boot0/boot0_512.s > boot0sio.s
|
||||
|
Loading…
x
Reference in New Issue
Block a user