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