[PowerPC64LE] Ensure nvram is built on powerpc64le.
Fix some cases where conditionals that were trying to exclude powerpcspe were also excluding powerpc64le. Sponsored by: Tag1 Consulting, Inc.
This commit is contained in:
parent
81472778e8
commit
b963e10d68
@ -93,7 +93,7 @@ INCS+= iconv.h
|
||||
LSUBDIRS+= dev/usb
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
|
||||
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe"
|
||||
_dev_powermac_nvram= dev/powermac_nvram
|
||||
.endif
|
||||
|
||||
|
@ -784,7 +784,7 @@ _ipmi= ipmi
|
||||
_ixl= ixl
|
||||
_nvram= opal_nvram
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc"
|
||||
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe"
|
||||
# Don't build powermac_nvram for powerpcspe, it's never supported.
|
||||
_nvram+= powermac_nvram
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user