mirror of
https://github.com/opnsense/src.git
synced 2026-06-18 13:10:00 -04:00
e6000sw: always compile it
It now is useful outside of FDT, so add it as a module Differential Revision: https://reviews.freebsd.org/D50028 Reviewed by: imp
This commit is contained in:
parent
322f3f587e
commit
bca8685073
1 changed files with 1 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ SUBDIR= \
|
|||
dummymbuf \
|
||||
dummynet \
|
||||
${_dwwdt} \
|
||||
${_e6000sw} \
|
||||
e6000sw \
|
||||
${_efirt} \
|
||||
${_em} \
|
||||
${_ena} \
|
||||
|
|
@ -715,7 +715,6 @@ _rockchip= rockchip
|
|||
.if !empty(OPT_FDT)
|
||||
_sdhci_fdt= sdhci_fdt
|
||||
.endif
|
||||
_e6000sw= e6000sw
|
||||
_neta= neta
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue