svn commit: r345407 - head/sys/modules

Colin Percival cperciva at FreeBSD.org
Fri Mar 22 06:33:27 UTC 2019


Author: cperciva
Date: Fri Mar 22 06:33:26 2019
New Revision: 345407
URL: https://svnweb.freebsd.org/changeset/base/345407

Log:
  Build if_ena.ko on arm64.
  
  This module provides support for the Amazon Elastic Network Adapter; it
  was previously only built on x86 architectures, but Amazon EC2 now also
  has ARM64 instances with this hardware.
  
  Submitted by:	Greg V

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri Mar 22 06:28:37 2019	(r345406)
+++ head/sys/modules/Makefile	Fri Mar 22 06:33:26 2019	(r345407)
@@ -482,6 +482,7 @@ SUBDIR+=	fdt
     ${MACHINE_CPUARCH} == "i386"
 SUBDIR+=	linprocfs
 SUBDIR+=	linsysfs
+_ena=		ena
 .endif
 
 .if ${MK_NAND} != "no" || defined(ALL_MODULES)
@@ -587,7 +588,6 @@ _cs=		cs
 _dpms=		dpms
 _ed=		ed
 _em=		em
-_ena=		ena
 _ep=		ep
 _et=		et
 _exca=		exca


More information about the svn-src-all mailing list