freebsd-dev/sys/boot/uboot/fdt
Stanislav Galabov de867427d8 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
2016-02-26 08:16:44 +00:00
..
Makefile So far bsd.stand.mk wasn't included in the following files: 2016-02-26 08:16:44 +00:00
uboot_fdt.c Make dtb file configurable via loader(8) variable. ubldr already checks 2015-08-15 21:47:07 +00:00