Use BOOTDIR more consistently in defs.mk rather than repeat sys/boot.

Sponsored By: Netflix
This commit is contained in:
imp 2017-10-22 03:52:03 +00:00
parent 630e712410
commit 11fd9c0546

View File

@ -6,9 +6,9 @@
__BOOT_DEFS_MK__=${MFILE}
BOOTDIR= ${SRCTOP}/sys/boot
FICLDIR= ${SRCTOP}/sys/boot/ficl
FICLDIR= ${BOOTDIR}/ficl
LDR_MI= ${BOOTDIR}/common
SASRC= ${SRCTOP}/sys/boot/libsa
SASRC= ${BOOTDIR}/libsa
SYSDIR= ${SRCTOP}/sys
# NB: The makefiles depend on these being empty when we don't build forth.