summaryrefslogtreecommitdiff
path: root/stand/uboot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-02 06:32:26 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-02 06:32:26 +0000
commit8299b37f854e0b217d1b296185991fa5e3dcb0d4 (patch)
treeb73e73c2bf4f6e438b8477d8947c4696ff862b9b /stand/uboot
parent0fd19f4a95a612e39c9fccdc3e0a76f8fbb4b642 (diff)
downloadsrc-test-8299b37f854e0b217d1b296185991fa5e3dcb0d4.tar.gz
src-test-8299b37f854e0b217d1b296185991fa5e3dcb0d4.zip
Centralize several variables.
MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always the same, so set them in defs.mk. MAN= is common, so set it here too. This removes a lot of boring repetition from the Makefiles that added almost no value.
Notes
Notes: svn path=/head/; revision=328769
Diffstat (limited to 'stand/uboot')
-rw-r--r--stand/uboot/fdt/Makefile1
-rw-r--r--stand/uboot/lib/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/stand/uboot/fdt/Makefile b/stand/uboot/fdt/Makefile
index d88789d292644..b1e9f8e756d5e 100644
--- a/stand/uboot/fdt/Makefile
+++ b/stand/uboot/fdt/Makefile
@@ -5,7 +5,6 @@
.PATH: ${LDRSRC}
LIB= uboot_fdt
-INTERNALLIB=
WARNS?= 2
SRCS= uboot_fdt.c
diff --git a/stand/uboot/lib/Makefile b/stand/uboot/lib/Makefile
index 5e8a5f41821a9..19e4d3a346ab7 100644
--- a/stand/uboot/lib/Makefile
+++ b/stand/uboot/lib/Makefile
@@ -5,7 +5,6 @@
.PATH: ${LDRSRC}
LIB= uboot
-INTERNALLIB=
WARNS?= 2
SRCS= console.c copy.c devicename.c elf_freebsd.c glue.c