]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/boot/mips/uboot/Makefile
Define LIBSA* and use them instead of overloaded LIBSTAND
authorWarner Losh <imp@FreeBSD.org>
Mon, 9 Oct 2017 22:12:46 +0000 (22:12 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 9 Oct 2017 22:12:46 +0000 (22:12 +0000)
commit8f409b435a6ce131f83a7ab191c207fac6590701
tree278eff2f1bbbaacfca8229898a22e86895289f36
parent0b2c7b3f7ea46a391f195b16a8dd5bc9d35a83b2
Define LIBSA* and use them instead of overloaded LIBSTAND

LIBSA is the current stand alone library. LIBSA32 is the 32-bit
version of the library. LIBSAU is the userboot version of libsa. Use
the proper define instead of the more generic define.

Sponsored by: Netflix
17 files changed:
sys/boot/Makefile.inc
sys/boot/arm/uboot/Makefile
sys/boot/efi/boot1/Makefile
sys/boot/efi/loader/Makefile
sys/boot/i386/gptboot/Makefile
sys/boot/i386/gptzfsboot/Makefile
sys/boot/i386/loader/Makefile
sys/boot/i386/zfsboot/Makefile
sys/boot/mips/beri/boot2/Makefile
sys/boot/mips/beri/loader/Makefile
sys/boot/mips/uboot/Makefile
sys/boot/powerpc/kboot/Makefile
sys/boot/powerpc/ofw/Makefile
sys/boot/powerpc/ps3/Makefile
sys/boot/powerpc/uboot/Makefile
sys/boot/sparc64/loader/Makefile
sys/boot/userboot/userboot/Makefile