Use BOOTDIR more consistently in defs.mk rather than repeat sys/boot.
Sponsored By: Netflix
This commit is contained in:
parent
630e712410
commit
11fd9c0546
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user