Skip to content

Commit 3ae188f

Browse files
lnetoVictorNogueiraRio
authored andcommitted
add LuaXDP submodule
1 parent 287cdfd commit 3ae188f

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
@@ -276,3 +276,4 @@ subdir-ccflags-y += -I$(srctree)/lib/lunatik/lua \
276276
-D_KERNEL
277277
obj-$(CONFIG_LUNATIK) += lunatik/
278278
obj-$(CONFIG_LUADATA) += luadata/
279+
obj-$(CONFIG_LUAXDP) += luaxdp/

lib/luaxdp

Submodule luaxdp added at 78da47e

0 commit comments

Comments
 (0)