]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/axgbe/Makefile
Merge commit '7087c8de43b0d5d27c52da6ba2ba4957b7e336ff' into new_merge
[FreeBSD/FreeBSD.git] / sys / modules / axgbe / Makefile
1 # $FreeBSD$
2
3 .if ${MACHINE_CPUARCH} == "aarch64"
4 SUBDIR= if_axa
5 .elif ${MACHINE_CPUARCH} == "amd64"
6 SUBDIR= if_axp
7 .endif
8
9 .include <bsd.subdir.mk>