]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/efi/Makefile
Merge llvm-project release/18.x llvmorg-18.1.1-0-gdba2a75e9c7e
[FreeBSD/FreeBSD.git] / stand / efi / Makefile
1
2 NO_OBJ=t
3
4 .include <bsd.init.mk>
5
6 SUBDIR.yes+=    libefi
7 SUBDIR.${MK_FDT}+=      fdt
8 SUBDIR.yes+=    .WAIT
9
10 SUBDIR.yes+=    boot1 gptboot
11
12 SUBDIR.${MK_FORTH}+= loader_4th
13 SUBDIR.${MK_LOADER_LUA}+= loader_lua
14 SUBDIR.yes+=    loader_simp
15
16 .include <bsd.subdir.mk>