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