freebsd_amp_hwpstate/sys/modules/axgbe/Makefile

9 lines
136 B
Makefile

.if ${MACHINE_CPUARCH} == "aarch64"
SUBDIR= if_axa
.elif ${MACHINE_CPUARCH} == "amd64"
SUBDIR= if_axp
.endif
.include <bsd.subdir.mk>