]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/efi/Makefile
Move EFI up to common makefile. There's no need for all these .if's
[FreeBSD/FreeBSD.git] / stand / efi / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=t
4
5 .include <bsd.init.mk>
6
7 # In-tree GCC does not support __attribute__((ms_abi)), but gcc newer
8 # than 4.5 supports it.
9 .if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
10
11 .if ${MK_FDT} != "no"
12 SUBDIR+=        fdt
13 .endif
14
15 SUBDIR+=        libefi loader boot1
16
17 .endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
18
19 .include <bsd.subdir.mk>