xref: /freebsd/stand/uboot/Makefile.depend.options (revision e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6)
1DIRDEPS_OPTIONS = FORTH LOADER_LUA
2
3DIRDEPS.FORTH.yes += \
4	stand/ficl \
5
6DIRDEPS.LOADER_LUA.yes += \
7	stand/lua \
8
9.include <dirdeps-options.mk>
10