Changeset View
Changeset View
Standalone View
Standalone View
stand/powerpc/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| NO_OBJ=t | NO_OBJ=t | ||||
| .include <bsd.init.mk> | .include <bsd.init.mk> | ||||
| SUBDIR.yes= boot1.chrp ofw uboot | SUBDIR.yes= boot1.chrp ofw | ||||
| .if "${MACHINE_ARCH}" != "powerpc64le" | |||||
| SUBDIR.${MK_FDT}+= uboot | |||||
| .endif | |||||
| .if "${MACHINE_ARCH}" == "powerpc64" | .if "${MACHINE_ARCH}" == "powerpc64" | ||||
| SUBDIR.${MK_FDT}+= kboot | SUBDIR.${MK_FDT}+= kboot | ||||
jhibbits: uboot is needed for ppc32, too, for the embedded platforms. Maybe an outside SUBDIR.${MK_FDT}… | |||||
Done Inline ActionsOk, it's now being built for all platforms but powerpc64le, keeping the original behavior. luporl: Ok, it's now being built for all platforms but powerpc64le, keeping the original behavior. | |||||
| .endif | .endif | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||
uboot is needed for ppc32, too, for the embedded platforms. Maybe an outside SUBDIR.${MK_FDT} for that?