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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to