mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Build SoC-specific modules with GENERIC for the SoCs that have them.
This commit is contained in:
parent
b9f654b163
commit
6e14f601aa
1 changed files with 5 additions and 0 deletions
|
|
@ -285,3 +285,8 @@ makeoptions MODULES_EXTRA+="dtb/omap4"
|
|||
makeoptions MODULES_EXTRA+="dtb/rpi"
|
||||
makeoptions MODULES_EXTRA+="dtb/zynq"
|
||||
|
||||
# SOC-specific modules
|
||||
makeoptions MODULES_EXTRA+="allwinner"
|
||||
makeoptions MODULES_EXTRA+="arm_ti"
|
||||
makeoptions MODULES_EXTRA+="imx"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue