xref: /freebsd/stand/efi/loader/Makefile.depend.options (revision 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
1# options that impact our dependencies
2DIRDEPS_OPTIONS = FDT FORTH LOADER_LUA
3
4DIRDEPS.FDT.yes += \
5	stand/fdt \
6	stand/efi/fdt \
7
8DIRDEPS.FORTH.yes += \
9	stand/ficl \
10
11DIRDEPS.LOADER_LUA.yes += \
12	stand/liblua \
13	stand/lua \
14
15.include <dirdeps-options.mk>
16