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 2e642c8 commit 0e0530eCopy full SHA for 0e0530e
.gitmodules
@@ -4,3 +4,6 @@
4
[submodule "lib/luadata"]
5
path = lib/luadata
6
url = https://github.com/luainkernel/luadata
7
+[submodule "lib/luaxdp"]
8
+ path = lib/luaxdp
9
+ url = https://github.com/luainkernel/luaxdp.git
lib/Makefile
@@ -289,3 +289,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
289
-D_KERNEL
290
obj-$(CONFIG_LUNATIK) += lunatik/
291
obj-$(CONFIG_LUADATA) += luadata/
292
+obj-$(CONFIG_LUAXDP) += luaxdp/
lib/luaxdp
0 commit comments