aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/axgbe/Makefile
blob: bc5c5b1299f3da507fc721cde13c126fb9e07b96 (plain) (blame)
1
2
3
4
5
6
7
8

.if ${MACHINE_CPUARCH} == "aarch64"
SUBDIR= if_axa
.elif ${MACHINE_CPUARCH} == "amd64"
SUBDIR= if_axp
.endif

.include <bsd.subdir.mk>