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