xref: /freebsd-14.2/sys/modules/axgbe/Makefile (revision 031beb4e)
1*7113afc8SEmmanuel Vadot
2*7113afc8SEmmanuel Vadot.if ${MACHINE_CPUARCH} == "aarch64"
3*7113afc8SEmmanuel VadotSUBDIR= if_axa
4*7113afc8SEmmanuel Vadot.elif ${MACHINE_CPUARCH} == "amd64"
5*7113afc8SEmmanuel VadotSUBDIR= if_axp
6*7113afc8SEmmanuel Vadot.endif
7*7113afc8SEmmanuel Vadot
8*7113afc8SEmmanuel Vadot.include <bsd.subdir.mk>
9