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