We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff0edf commit eda4b5eCopy full SHA for eda4b5e
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
@@ -300,3 +300,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
300
-D_KERNEL
301
obj-$(CONFIG_LUNATIK) += lunatik/
302
obj-$(CONFIG_LUADATA) += luadata/
303
+obj-$(CONFIG_LUAXDP) += luaxdp/
lib/luaxdp
0 commit comments