ice: Fix aarch64 LINT kernel

Fixes:		bc761988b7
(cherry picked from commit 3630e74d8d1c8a068478a4457f825e4efc2b77f0)
This commit is contained in:
Dag-Erling Smørgrav 2025-07-28 16:54:20 +02:00
parent ad1b5df888
commit 45c3fa9897

View file

@ -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 \