From e2b58d84c717f6c0c1cfaf761ff9756ea4c46cc9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 27 Mar 2015 02:35:33 +0000 Subject: sym and cxgb build on arm, add them to the build. Differential Revision: https://reviews.freebsd.org/D514 --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 76b9e711ec8e..14d166ff4a3a 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -466,7 +466,7 @@ _syscons= syscons _vpo= vpo .endif -.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips" +.if ${MACHINE_CPUARCH} != "mips" # no BUS_SPACE_UNSPECIFIED # No barrier instruction support (specific to this driver) _sym= sym -- cgit v1.3