mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Split the dtb MODULES_EXTRA line to a series of += lines, making it easier
to maintain and keep in alphabetical order, and paving the way for adding some other modules that aren't dtb-related.
This commit is contained in:
parent
e108c3df04
commit
5935e64693
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349095
@ -277,4 +277,11 @@ device aw_thermal # Allwinner Thermal Sensor Controller
|
||||
|
||||
# Flattened Device Tree
|
||||
options FDT # Configure using FDT/DTB data
|
||||
makeoptions MODULES_EXTRA="dtb/allwinner dtb/am335x dtb/imx6 dtb/nvidia dtb/rpi dtb/zynq dtb/omap4"
|
||||
makeoptions MODULES_EXTRA+="dtb/allwinner"
|
||||
makeoptions MODULES_EXTRA+="dtb/am335x"
|
||||
makeoptions MODULES_EXTRA+="dtb/imx6"
|
||||
makeoptions MODULES_EXTRA+="dtb/nvidia"
|
||||
makeoptions MODULES_EXTRA+="dtb/omap4"
|
||||
makeoptions MODULES_EXTRA+="dtb/rpi"
|
||||
makeoptions MODULES_EXTRA+="dtb/zynq"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user