Disable syscons and vpo modules for arm64.

Reviewed by:	andrew, emaste
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D3796
This commit is contained in:
Konstantin Belousov 2015-10-08 17:32:45 +00:00
parent fd24f37341
commit 32b6c6ecc5

View file

@ -479,8 +479,8 @@ _txp= txp
_cxgbe= cxgbe
.endif
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips" && \
${MACHINE_CPUARCH} != "powerpc"
.if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "arm" && \
${MACHINE_CPUARCH} != "mips" && ${MACHINE_CPUARCH} != "powerpc"
_syscons= syscons
_vpo= vpo
.endif