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