We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d184d9 commit 7e405cfCopy full SHA for 7e405cf
3 files changed
.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
@@ -306,3 +306,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
306
obj-$(CONFIG_LUNATIK) += lunatik/
307
obj-$(CONFIG_LUADATA) += luadata/
308
obj-$(CONFIG_LUAXDP) += luaxdp/
309
+obj-$(CONFIG_LUARCU) += luarcu/
lib/luarcu
0 commit comments