aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/defs.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-22 22:50:08 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-22 22:50:08 +0000
commitcb3ee5c694cc96efe94c0e7c3eada3b908f35b63 (patch)
tree5c4fe0c59fa06817fc155b75b5ba400d10880ed0 /sys/boot/defs.mk
parent392c874409c1ece12354792b8dafa8bfd1a0bb9b (diff)
downloadsrc-cb3ee5c694cc96efe94c0e7c3eada3b908f35b63.tar.gz
src-cb3ee5c694cc96efe94c0e7c3eada3b908f35b63.zip
End source directories with SRC rather than a hodgepodge of names
BOOTDIR->BOOTSRC FICLDIR->FICLSRC LDR_MI->LDRSRC This matches the patterns used in the rest of the system a bit vetter. Suggested by: rgrimes@ Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=324877
Diffstat (limited to 'sys/boot/defs.mk')
-rw-r--r--sys/boot/defs.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/defs.mk b/sys/boot/defs.mk
index 4cf10510e896..81acd2aff1a9 100644
--- a/sys/boot/defs.mk
+++ b/sys/boot/defs.mk
@@ -5,13 +5,13 @@
.if !defined(__BOOT_DEFS_MK__)
__BOOT_DEFS_MK__=${MFILE}
-BOOTDIR= ${SRCTOP}/sys/boot
-FICLDIR= ${BOOTDIR}/ficl
-LDR_MI= ${BOOTDIR}/common
-SASRC= ${BOOTDIR}/libsa
+BOOTSRC= ${SRCTOP}/sys/boot
+FDTSRC= ${BOOTSRC}/fdt
+FICLSRC= ${BOOTSRC}/ficl
+LDRSRC= ${BOOTSRC}/common
+SASRC= ${BOOTSRC}/libsa
SYSDIR= ${SRCTOP}/sys
-FDTSRC= ${BOOTDIR}/fdt
-UBOOTSRC= ${BOOTDIR}/uboot
+UBOOTSRC= ${BOOTSRC}/uboot
BOOTOBJ= ${OBJTOP}/sys/boot