mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
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
This commit is contained in:
parent
0624eddcff
commit
f56baf87fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345407
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user