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