igc(4): also build module on aarch64
igc(4) seems to work fine on arm64 for as much as I could test with a 2.5Gbit/s interface on a mPCIe card. Enable the module build so it is available. MFC after: 3 days
This commit is contained in:
@@ -577,6 +577,7 @@ _mlx5ib= mlx5ib
|
||||
${MACHINE_CPUARCH} == "i386"
|
||||
_ena= ena
|
||||
_gve= gve
|
||||
_igc= igc
|
||||
# gcc13 and earlier lack __builtin_bitcountg used by linux emulation
|
||||
.if !(${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} < 140000)
|
||||
_iwlwifi= iwlwifi
|
||||
@@ -747,7 +748,6 @@ _et= et
|
||||
_ftgpio= ftgpio
|
||||
_ftwd= ftwd
|
||||
_exca= exca
|
||||
_igc= igc
|
||||
_io= io
|
||||
_itwd= itwd
|
||||
_ix= ix
|
||||
|
||||
Reference in New Issue
Block a user