We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae188f commit 511213dCopy full SHA for 511213d
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
@@ -277,3 +277,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
277
obj-$(CONFIG_LUNATIK) += lunatik/
278
obj-$(CONFIG_LUADATA) += luadata/
279
obj-$(CONFIG_LUAXDP) += luaxdp/
280
+obj-$(CONFIG_LUARCU) += luarcu/
lib/luarcu
0 commit comments