xref: /freebsd/stand/efi/loader/Makefile.depend.options (revision 656f7f43f204ad1e6956f8257f66b50e032a6c61)
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