Skip to content

Commit 511213d

Browse files
lnetoVictorNogueiraRio
authored andcommitted
add LuaRCU submodule
1 parent 3ae188f commit 511213d

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
@@ -277,3 +277,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
277277
obj-$(CONFIG_LUNATIK) += lunatik/
278278
obj-$(CONFIG_LUADATA) += luadata/
279279
obj-$(CONFIG_LUAXDP) += luaxdp/
280+
obj-$(CONFIG_LUARCU) += luarcu/

lib/luarcu

Submodule luarcu added at bc563d5

0 commit comments

Comments
 (0)