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

Reply via email to