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