mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
ice: Fix aarch64 LINT kernel
Fixes: bc761988b7
(cherry picked from commit 3630e74d8d1c8a068478a4457f825e4efc2b77f0)
This commit is contained in:
parent
ad1b5df888
commit
45c3fa9897
1 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue