]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/efi/Makefile
Add two missing eventhandler.h headers
[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 boot1
13 SUBDIR.${MK_FORTH}+= loader_4th
14 SUBDIR.${MK_LOADER_LUA}+= loader_lua
15 SUBDIR.yes+=    loader_simp
16
17 .endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
18
19 .include <bsd.subdir.mk>