LIBSTAND goes last, so put it last here too.
This commit is contained in:
parent
a07692527d
commit
5e102beb43
@ -75,7 +75,7 @@ gptboot.bin: gptboot.out
|
|||||||
${OBJCOPY} -S -O binary gptboot.out ${.TARGET}
|
${OBJCOPY} -S -O binary gptboot.out ${.TARGET}
|
||||||
|
|
||||||
gptboot.out: ${BTXCRT} gptboot.o sio.o crc32.o drv.o cons.o util.o ${OPENCRYPTO_XTS}
|
gptboot.out: ${BTXCRT} gptboot.o sio.o crc32.o drv.o cons.o util.o ${OPENCRYPTO_XTS}
|
||||||
${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND} ${LIBGELIBOOT}
|
${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBGELIBOOT} ${LIBSTAND}
|
||||||
|
|
||||||
gptboot.o: ${.CURDIR}/../../common/ufsread.c
|
gptboot.o: ${.CURDIR}/../../common/ufsread.c
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ gptzfsboot.bin: gptzfsboot.out
|
|||||||
|
|
||||||
gptzfsboot.out: ${BTXCRT} zfsboot.o sio.o gpt.o drv.o cons.o util.o \
|
gptzfsboot.out: ${BTXCRT} zfsboot.o sio.o gpt.o drv.o cons.o util.o \
|
||||||
skein.o skein_block.o ${OPENCRYPTO_XTS}
|
skein.o skein_block.o ${OPENCRYPTO_XTS}
|
||||||
${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND} ${LIBGELIBOOT}
|
${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBGELIBOOT} ${LIBSTAND}
|
||||||
|
|
||||||
zfsboot.o: ${.CURDIR}/../../zfs/zfsimpl.c
|
zfsboot.o: ${.CURDIR}/../../zfs/zfsimpl.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user