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