Fix the powerpc64 build. MACHINE_CPUARCH is common for powerpc/powerpc64,
not MACHINE_ARCH.
This commit is contained in:
parent
36581e4785
commit
ec86c487a6
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../../cddl/dev/fbt
|
||||
|
||||
KMOD= fbt
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
.if ${MACHINE_CPUARCH} == "powerpc"
|
||||
SRCS= fbt_powerpc.c
|
||||
.else
|
||||
SRCS= fbt.c
|
||||
|
Loading…
Reference in New Issue
Block a user