bnxt: Use a simpler test for 32-bit platforms

Suggested by:	jrtc27
Fixes:		c867ba7288 ("bnxt: Do not compile on 32-bit platforms")
This commit is contained in:
Mark Johnston 2024-06-13 20:02:32 -04:00
parent d9220f64da
commit ab250b02ba

View File

@ -442,8 +442,7 @@ SUBDIR+= dtrace
SUBDIR+= opensolaris
.endif
.if ${MACHINE_ARCH} != "i386" && ${MACHINE_CPUARCH} != "arm" && \
${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpcspe"
.if !${MACHINE_ABI:Mlong32}
_bnxt= bnxt
.endif