From f56baf87fdb4f80a3b2cca05a358f670396c8735 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Fri, 22 Mar 2019 06:33:26 +0000 Subject: [PATCH] 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 --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 054449037204..1550df741daf 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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