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