]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/efi/Makefile
stand: Fix build after r330249
[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 SUBDIR.${MK_FDT}+=      fdt
12 SUBDIR.yes+=    libefi loader boot1
13
14 .endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
15
16 .include <bsd.subdir.mk>