Deleted Added
full compact
Makefile (281524) Makefile (281526)
1# $FreeBSD: head/sys/boot/efi/loader/Makefile 281524 2015-04-14 10:40:37Z andrew $
1# $FreeBSD: head/sys/boot/efi/loader/Makefile 281526 2015-04-14 13:55:01Z andrew $
2
3MAN=
4
5.include <src.opts.mk>
6
7# In-tree GCC does not support __attribute__((ms_abi)).
8.if ${COMPILER_TYPE} != "gcc"
9

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

37CFLAGS+= -I${.CURDIR}/../../..
38CFLAGS+= -I${.CURDIR}/../../i386/libi386
39CFLAGS+= -DNO_PCI -DEFI
40
41.if ${MK_FORTH} != "no"
42BOOT_FORTH= yes
43CFLAGS+= -DBOOT_FORTH
44CFLAGS+= -I${.CURDIR}/../../ficl
2
3MAN=
4
5.include <src.opts.mk>
6
7# In-tree GCC does not support __attribute__((ms_abi)).
8.if ${COMPILER_TYPE} != "gcc"
9

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

37CFLAGS+= -I${.CURDIR}/../../..
38CFLAGS+= -I${.CURDIR}/../../i386/libi386
39CFLAGS+= -DNO_PCI -DEFI
40
41.if ${MK_FORTH} != "no"
42BOOT_FORTH= yes
43CFLAGS+= -DBOOT_FORTH
44CFLAGS+= -I${.CURDIR}/../../ficl
45CFLAGS+= -I${.CURDIR}/../../ficl/${MACHINE}
45CFLAGS+= -I${.CURDIR}/../../ficl/${MACHINE_CPUARCH}
46LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
47.endif
48
49LOADER_FDT_SUPPORT?= no
50.if ${MK_FDT} != "no" && ${LOADER_FDT_SUPPORT} != "no"
51CFLAGS+= -I${.CURDIR}/../../fdt
52CFLAGS+= -I${.OBJDIR}/../../fdt
53CFLAGS+= -DLOADER_FDT_SUPPORT

--- 74 unchanged lines hidden ---
46LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
47.endif
48
49LOADER_FDT_SUPPORT?= no
50.if ${MK_FDT} != "no" && ${LOADER_FDT_SUPPORT} != "no"
51CFLAGS+= -I${.CURDIR}/../../fdt
52CFLAGS+= -I${.OBJDIR}/../../fdt
53CFLAGS+= -DLOADER_FDT_SUPPORT

--- 74 unchanged lines hidden ---