xref: /freebsd/sys/modules/axgbe/Makefile (revision 184c1b943937986c81e1996d999d21626ec7a4ff)
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