git: 45c3fa9897f1 - main - ice: Fix aarch64 LINT kernel

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Mon, 28 Jul 2025 14:56:05 UTC
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=45c3fa9897f1fa9babe5b43bc4bf73eaf583e45a

commit 45c3fa9897f1fa9babe5b43bc4bf73eaf583e45a
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-07-28 14:54:20 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-07-28 14:55:39 +0000

    ice: Fix aarch64 LINT kernel
    
    Fixes:          bc761988b724
    (cherry picked from commit 3630e74d8d1c8a068478a4457f825e4efc2b77f0)
---
 sys/conf/files.arm64 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 901da27e63f2..641001efab5e 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -368,6 +368,10 @@ dev/ice/irdma_di_if.m				optional ice pci \
 	compile-with "${NORMAL_M} -I$S/dev/ice"
 dev/ice/ice_ddp_common.c			optional ice pci \
 	compile-with "${NORMAL_C} -I$S/dev/ice"
+dev/ice/ice_iov.c	optional	ice pci pci_iov \
+	compile-with "${NORMAL_C} -I$S/dev/ice"
+dev/ice/ice_vf_mbx.c	optional	ice pci pci_iov \
+	compile-with "${NORMAL_C} -I$S/dev/ice"
 ice_ddp.c					optional ice_ddp	\
 	compile-with	"${AWK} -f $S/tools/fw_stub.awk ice_ddp.fw:ice_ddp:0x01032900 -mice_ddp -c${.TARGET}"	\
 	no-ctfconvert no-implicit-rule before-depend local	\