mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
BOOT_MACHINE_DIR should be stand not boot
Reviewed by: stevek
This commit is contained in:
parent
529f11385c
commit
84c84ae15b
1 changed files with 2 additions and 2 deletions
|
|
@ -13,14 +13,14 @@ TARGET_SPEC_VARS?= MACHINE MACHINE_ARCH
|
|||
${.MAKE.DEPENDFILE_PREFIX}
|
||||
|
||||
# some corner cases
|
||||
BOOT_MACHINE_DIR.amd64 = boot/i386
|
||||
BOOT_MACHINE_DIR.amd64 = stand/i386
|
||||
|
||||
.-include <site.sys.dirdeps.env.mk>
|
||||
|
||||
ALL_MACHINE_LIST?= ${TARGET_MACHINE_LIST}
|
||||
|
||||
.for m in ${ALL_MACHINE_LIST:O:u}
|
||||
BOOT_MACHINE_DIR.$m ?= boot/$m
|
||||
BOOT_MACHINE_DIR.$m ?= stand/$m
|
||||
.endfor
|
||||
|
||||
HOST_OBJTOP ?= ${OBJROOT}${HOST_TARGET}
|
||||
|
|
|
|||
Loading…
Reference in a new issue