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