svn commit: r290483 - head/sys/modules

Ed Maste emaste at FreeBSD.org
Sat Nov 7 04:49:40 UTC 2015


Author: emaste
Date: Sat Nov  7 04:49:39 2015
New Revision: 290483
URL: https://svnweb.freebsd.org/changeset/base/290483

Log:
  arm64: build em(4) and igb(4) modules
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sat Nov  7 04:46:34 2015	(r290482)
+++ head/sys/modules/Makefile	Sat Nov  7 04:49:39 2015	(r290483)
@@ -504,6 +504,11 @@ _cxgb=		cxgb
 .endif
 .endif
 
+.if ${MACHINE_CPUARCH} == "aarch64"
+_em=		em
+_igb=		igb
+.endif
+
 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
 _agp=		agp
 _an=		an


More information about the svn-src-head mailing list