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
This commit is contained in:
Stanislav Galabov 2016-02-26 08:16:44 +00:00
parent 8b2db3b713
commit de867427d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296080
3 changed files with 3 additions and 0 deletions

View File

@ -26,4 +26,5 @@ CFLAGS+= -m32
CFLAGS+= -Wformat -Wall
.include <bsd.stand.mk>
.include <bsd.lib.mk>

View File

@ -28,6 +28,7 @@ machine:
CLEANFILES+= machine
.include <bsd.stand.mk>
.include <bsd.lib.mk>
beforedepend ${OBJS}: machine

View File

@ -46,6 +46,7 @@ machine:
CLEANFILES+= machine
.include <bsd.stand.mk>
.include <bsd.lib.mk>
beforedepend ${OBJS}: machine