Skip to content

Commit eda4b5e

Browse files
committed
add LuaXDP submodule
1 parent fff0edf commit eda4b5e

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "lib/luadata"]
55
path = lib/luadata
66
url = https://github.com/luainkernel/luadata
7+
[submodule "lib/luaxdp"]
8+
path = lib/luaxdp
9+
url = https://github.com/luainkernel/luaxdp.git

lib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
300300
-D_KERNEL
301301
obj-$(CONFIG_LUNATIK) += lunatik/
302302
obj-$(CONFIG_LUADATA) += luadata/
303+
obj-$(CONFIG_LUAXDP) += luaxdp/

lib/luaxdp

Submodule luaxdp added at 64216b7

0 commit comments

Comments
 (0)