Skip to content

Commit 7e405cf

Browse files
lnetoVictorNogueiraRio
authored andcommitted
add LuaRCU submodule
1 parent 7d184d9 commit 7e405cf

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "lib/luaxdp"]
88
path = lib/luaxdp
99
url = https://github.com/luainkernel/luaxdp.git
10+
[submodule "lib/luarcu"]
11+
path = lib/luarcu
12+
url = https://github.com/luainkernel/luarcu

lib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,3 +306,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
306306
obj-$(CONFIG_LUNATIK) += lunatik/
307307
obj-$(CONFIG_LUADATA) += luadata/
308308
obj-$(CONFIG_LUAXDP) += luaxdp/
309+
obj-$(CONFIG_LUARCU) += luarcu/

lib/luarcu

Submodule luarcu added at bc563d5

0 commit comments

Comments
 (0)