]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix ubldr. uboot/lib uses defines for the loader. It's part of the
authorimp <imp@FreeBSD.org>
Fri, 29 Dec 2017 18:08:35 +0000 (18:08 +0000)
committerimp <imp@FreeBSD.org>
Fri, 29 Dec 2017 18:08:35 +0000 (18:08 +0000)
commit16b4ab39c58a576b9edf2f71ae5c7ff0ca020076
tree573311067d5d4929b0b506e0ffdf3472b40dca32
parent433b21d9f0df9048fe0f9a592c298cde07affe69
Fix ubldr. uboot/lib uses defines for the loader. It's part of the
loader, but not compile as loader (it's building a library), so we
can't just include loader.mk for the defines. Move LOADER_DISK_SUPPORT
back to defs.mk for the moment.

Sponsored by: Netflix
stand/defs.mk
stand/loader.mk