File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ modules.order
109109! .get_maintainer.ignore
110110! .gitattributes
111111! .gitignore
112+ ! .gitmodules
112113! .kunitconfig
113114! .mailmap
114115! .rustfmt.toml
Original file line number Diff line number Diff line change 1+ [submodule "drivers/lego "]
2+ path = drivers/lego
3+ url = https://github.com/ev3dev/lego-linux-drivers
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ source "drivers/rapidio/Kconfig"
1313
1414source "drivers/base/Kconfig"
1515
16+ source "drivers/lego/Kconfig"
17+
1618source "drivers/bus/Kconfig"
1719
1820source "drivers/cache/Kconfig"
Original file line number Diff line number Diff line change @@ -195,3 +195,6 @@ obj-$(CONFIG_CDX_BUS) += cdx/
195195obj-$(CONFIG_DPLL) += dpll/
196196
197197obj-$(CONFIG_S390) += s390/
198+
199+ # this must come last to avoid depedency issues
200+ obj-$(CONFIG_LEGO_DRIVERS) += lego/
You can’t perform that action at this time.
0 commit comments