Deleted Added
full compact
Makefile (334572) Makefile (344373)
1# $FreeBSD: stable/11/stand/i386/gptzfsboot/Makefile 334572 2018-06-03 17:17:45Z dim $
1# $FreeBSD: stable/11/stand/i386/gptzfsboot/Makefile 344373 2019-02-20 18:44:09Z kevans $
2
3HAVE_GELI= yes
4
5.include <bsd.init.mk>
6
7.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
8 ${BOOTSRC}/i386/zfsboot ${BOOTSRC}/i386/common \
9 ${SASRC}

--- 60 unchanged lines hidden (view full) ---

70CLEANFILES+= gptzfsboot.bin gptzfsboot.out zfsboot.o sio.o cons.o \
71 drv.o gpt.o ${OPENCRYPTO_XTS}
72
73gptzfsboot.bin: gptzfsboot.out
74 ${OBJCOPY} -S -O binary gptzfsboot.out ${.TARGET}
75
76gptzfsboot.out: ${BTXCRT} zfsboot.o sio.o gpt.o drv.o cons.o \
77 ${OPENCRYPTO_XTS}
2
3HAVE_GELI= yes
4
5.include <bsd.init.mk>
6
7.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
8 ${BOOTSRC}/i386/zfsboot ${BOOTSRC}/i386/common \
9 ${SASRC}

--- 60 unchanged lines hidden (view full) ---

70CLEANFILES+= gptzfsboot.bin gptzfsboot.out zfsboot.o sio.o cons.o \
71 drv.o gpt.o ${OPENCRYPTO_XTS}
72
73gptzfsboot.bin: gptzfsboot.out
74 ${OBJCOPY} -S -O binary gptzfsboot.out ${.TARGET}
75
76gptzfsboot.out: ${BTXCRT} zfsboot.o sio.o gpt.o drv.o cons.o \
77 ${OPENCRYPTO_XTS}
78 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBGELIBOOT} ${LIBZFSBOOT} ${LIBSA32}
78 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBZFSBOOT} ${LIBSA32}
79
80zfsboot.o: ${ZFSSRC}/zfsimpl.c
81
82.include <bsd.prog.mk>
83
84# XXX: clang integrated-as doesn't grok .codeNN directives yet
85CFLAGS.gptldr.S= ${CLANG_NO_IAS}
79
80zfsboot.o: ${ZFSSRC}/zfsimpl.c
81
82.include <bsd.prog.mk>
83
84# XXX: clang integrated-as doesn't grok .codeNN directives yet
85CFLAGS.gptldr.S= ${CLANG_NO_IAS}