svn commit: r280729 - head/sys/modules

Warner Losh imp at FreeBSD.org
Fri Mar 27 02:35:34 UTC 2015


Author: imp
Date: Fri Mar 27 02:35:33 2015
New Revision: 280729
URL: https://svnweb.freebsd.org/changeset/base/280729

Log:
  sym and cxgb build on arm, add them to the build.
  
  Differential Revision: https://reviews.freebsd.org/D514

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri Mar 27 02:35:25 2015	(r280728)
+++ head/sys/modules/Makefile	Fri Mar 27 02:35:33 2015	(r280729)
@@ -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


More information about the svn-src-head mailing list