Skip to content

Commit 83978ec

Browse files
lnetoVictorNogueiraRio
authored andcommitted
add LuaRCU submodule
1 parent 0e0530e commit 83978ec

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.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
@@ -290,3 +290,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
290290
obj-$(CONFIG_LUNATIK) += lunatik/
291291
obj-$(CONFIG_LUADATA) += luadata/
292292
obj-$(CONFIG_LUAXDP) += luaxdp/
293+
obj-$(CONFIG_LUARCU) += luarcu/

lib/luarcu

Submodule luarcu added at bc563d5

0 commit comments

Comments
 (0)