We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0530e commit 83978ecCopy full SHA for 83978ec
.gitmodules
@@ -7,3 +7,6 @@
7
[submodule "lib/luaxdp"]
8
path = lib/luaxdp
9
url = https://github.com/luainkernel/luaxdp.git
10
+[submodule "lib/luarcu"]
11
+ path = lib/luarcu
12
+ url = https://github.com/luainkernel/luarcu
lib/Makefile
@@ -290,3 +290,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
290
obj-$(CONFIG_LUNATIK) += lunatik/
291
obj-$(CONFIG_LUADATA) += luadata/
292
obj-$(CONFIG_LUAXDP) += luaxdp/
293
+obj-$(CONFIG_LUARCU) += luarcu/
lib/luarcu
0 commit comments