Skip to content

Commit 1d0ba8d

Browse files
dlechProject516
authored andcommitted
lego-linux-drivers submodule
1 parent 9e05c00 commit 1d0ba8d

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "drivers/lego"]
2+
path = drivers/lego
3+
url = https://github.com/ev3dev/lego-linux-drivers

drivers/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ source "drivers/rapidio/Kconfig"
1313

1414
source "drivers/base/Kconfig"
1515

16+
source "drivers/lego/Kconfig"
17+
1618
source "drivers/bus/Kconfig"
1719

1820
source "drivers/cache/Kconfig"

drivers/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,6 @@ obj-$(CONFIG_CDX_BUS) += cdx/
195195
obj-$(CONFIG_DPLL) += dpll/
196196

197197
obj-$(CONFIG_S390) += s390/
198+
199+
# this must come last to avoid depedency issues
200+
obj-$(CONFIG_LEGO_DRIVERS) += lego/

drivers/lego

Submodule lego added at 5f2f1c6

0 commit comments

Comments
 (0)