Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/stand/efi/loader/Makefile.depend.options
34860 views
# options that impact our dependencies
DIRDEPS_OPTIONS = FDT FORTH LOADER_LUA

DIRDEPS.FDT.yes += \
	stand/fdt \
	stand/efi/fdt \

DIRDEPS.FORTH.yes += \
	stand/ficl \

DIRDEPS.LOADER_LUA.yes += \
	stand/liblua \
	stand/lua \

.include <dirdeps-options.mk>