Page MenuHomeFreeBSD

Include bsd.stand.mk in a number of Makefiles in sys/boot
ClosedPublic

Authored by Sgalabov_gmail.com on Feb 17 2016, 1:59 PM.
Tags
Referenced Files
Unknown Object (File)
Mon, May 18, 3:20 PM
Unknown Object (File)
Mon, May 18, 3:15 PM
Unknown Object (File)
Fri, May 15, 8:37 AM
Unknown Object (File)
Thu, May 14, 9:43 PM
Unknown Object (File)
Tue, May 12, 11:30 AM
Unknown Object (File)
Fri, May 8, 3:26 PM
Unknown Object (File)
Apr 20 2026, 5:30 AM
Unknown Object (File)
Apr 15 2026, 12:46 PM
Subscribers
None

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Sgalabov_gmail.com retitled this revision from to Include bsd.stand.mk in a number of Makefiles in sys/boot.
Sgalabov_gmail.com updated this object.
Sgalabov_gmail.com edited the test plan for this revision. (Show Details)
Sgalabov_gmail.com added reviewers: adrian, imp.
Sgalabov_gmail.com set the repository for this revision to rS FreeBSD src repository - subversion.
Sgalabov_gmail.com added a project: MIPS.

I am not sure whether more reviewers are required?

imp edited edge metadata.
This revision is now accepted and ready to land.Feb 17 2016, 4:27 PM
adrian edited edge metadata.