summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgalabov <sgalabov@FreeBSD.org>2016-02-26 08:16:44 +0000
committersgalabov <sgalabov@FreeBSD.org>2016-02-26 08:16:44 +0000
commit4af438ea70ef3a1915f2b48b450f22315c58dd11 (patch)
tree32944b1eb87f9197d76512fa43f5ccaff1604424
parent76fef9de3968d0e82e932fbeeb7dd82fe8e4fa01 (diff)
downloadFreeBSD-src-4af438ea70ef3a1915f2b48b450f22315c58dd11.zip
FreeBSD-src-4af438ea70ef3a1915f2b48b450f22315c58dd11.tar.gz
So far bsd.stand.mk wasn't included in the following files:
sys/boot/fdt/Makefile sys/boot/uboot/fdt/Makefile sys/boot/uboot/lib/Makefile This causes compilation issues on MIPS due to trying to link PIC with non-PIC code. This revision includes bsd.stand.mk in the above files. Reviewed by: imp Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5311
-rw-r--r--sys/boot/fdt/Makefile1
-rw-r--r--sys/boot/uboot/fdt/Makefile1
-rw-r--r--sys/boot/uboot/lib/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/fdt/Makefile b/sys/boot/fdt/Makefile
index e7b939d..22d8da5 100644
--- a/sys/boot/fdt/Makefile
+++ b/sys/boot/fdt/Makefile
@@ -26,4 +26,5 @@ CFLAGS+= -m32
CFLAGS+= -Wformat -Wall
+.include <bsd.stand.mk>
.include <bsd.lib.mk>
diff --git a/sys/boot/uboot/fdt/Makefile b/sys/boot/uboot/fdt/Makefile
index f739fa4..6f68665c 100644
--- a/sys/boot/uboot/fdt/Makefile
+++ b/sys/boot/uboot/fdt/Makefile
@@ -28,6 +28,7 @@ machine:
CLEANFILES+= machine
+.include <bsd.stand.mk>
.include <bsd.lib.mk>
beforedepend ${OBJS}: machine
diff --git a/sys/boot/uboot/lib/Makefile b/sys/boot/uboot/lib/Makefile
index 1a3f5e9..b56c060 100644
--- a/sys/boot/uboot/lib/Makefile
+++ b/sys/boot/uboot/lib/Makefile
@@ -46,6 +46,7 @@ machine:
CLEANFILES+= machine
+.include <bsd.stand.mk>
.include <bsd.lib.mk>
beforedepend ${OBJS}: machine
OpenPOWER on IntegriCloud