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:
parent
77d7da1dc8
commit
e47161e5f1
@ -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>
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
DIRDEPS = \
|
||||
stand/fdt \
|
||||
stand/libsa \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user