diff --git a/sys/modules/ipmi/Makefile b/sys/modules/ipmi/Makefile --- a/sys/modules/ipmi/Makefile +++ b/sys/modules/ipmi/Makefile @@ -15,7 +15,7 @@ SUBDIR+= ipmi_linux -.elif ${MACHINE_ARCH} == "powerpc64" +.elif ${MACHINE_ARCH:Mpowerpc64*} != "" SRCS+= ipmi_opal.c ofw_bus_if.h .endif