mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 21:49:14 -04:00
LINT: Don't build bnxt on 32-bit platforms
Sponsored by: Netflix
Fixes: acd884dec9 ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
This commit is contained in:
parent
6bad7d2486
commit
b8a7548399
2 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ nodevice snd_cmi
|
|||
nodevice mpr
|
||||
nodevice mps
|
||||
|
||||
nodevice bnxt
|
||||
|
||||
# Build SOC-specific modules...
|
||||
|
||||
makeoptions MODULES_EXTRA+="allwinner"
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ device backlight
|
|||
nodevice ccr
|
||||
nodevice cxgbe # XXX: builds on powerpc64 only.
|
||||
nodevice cxgbev
|
||||
nodevice bnxt
|
||||
nodevice mpr # no 64-bit atomics
|
||||
nodevice mps # no 64-bit atomics
|
||||
nodevice ppc
|
||||
|
|
|
|||
Loading…
Reference in a new issue