xref: /freebsd/sys/modules/axgbe/Makefile (revision 745c6c0431d01b4fc3247f4eac08a2181d71e008)
1.if ${MACHINE_CPUARCH} == "aarch64"
2SUBDIR= if_axa
3.elif ${MACHINE_CPUARCH} == "amd64"
4SUBDIR= if_axp
5.endif
6
7.include <bsd.subdir.mk>
8