File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [submodule "lib/lunatik "]
2+ path = lib/lunatik
3+ url = https://github.com/luainkernel/lunatik.git
Original file line number Diff line number Diff line change @@ -294,3 +294,7 @@ obj-$(CONFIG_GENERIC_LIB_MULDI3) += muldi3.o
294294obj-$(CONFIG_GENERIC_LIB_CMPDI2) += cmpdi2.o
295295obj-$(CONFIG_GENERIC_LIB_UCMPDI2) += ucmpdi2.o
296296obj-$(CONFIG_OBJAGG) += objagg.o
297+
298+ subdir-ccflags-y += -I$(srctree ) /lib/lunatik/lua \
299+ -D_KERNEL
300+ obj-$(CONFIG_LUNATIK) += lunatik/
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ obj-y := sock.o request_sock.o skbuff.o datagram.o stream.o scm.o \
88
99obj-$(CONFIG_SYSCTL) += sysctl_net_core.o
1010
11+ CFLAGS_dev.o = -Ilib/lunatik/lua/ -D_KERNEL
12+ CFLAGS_filter.o = -Ilib/lunatik/lua/ -D_KERNEL
1113obj-y += dev.o ethtool.o dev_addr_lists.o dst.o netevent.o \
1214 neighbour.o rtnetlink.o utils.o link_watch.o filter.o \
1315 sock_diag.o dev_ioctl.o tso.o sock_reuseport.o \
You can’t perform that action at this time.
0 commit comments