1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00

loader: update dependencies for dirdeps build

Add dependencies for MK_FDT and MK_FORTH knobs
Update dependencies for MK_LOADER_LUA knob
This commit is contained in:
Stephen J. Kiernan 2023-04-19 13:48:53 -04:00
parent 77d7da1dc8
commit e47161e5f1
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,15 @@
# options that impact our dependencies
DIRDEPS_OPTIONS = LOADER_LUA
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>

View File

@ -3,6 +3,7 @@
DIRDEPS = \
stand/fdt \
stand/libsa \
.include <dirdeps.mk>