youtubeUnblock/Kbuild
Vadim Vetrov b14abda600
Add skeleton for module and userspace iptables management
Special thanks to https://github.com/drivenets/iptables_extensions
repository with detailed explanations of iptables userspace interaction
with the kernel module.
2024-07-31 22:13:06 +03:00

4 lines
134 B
Makefile

obj-m := ipt_YTUNBLOCK.o
youtubeKUnblock-objs := ipt_YTUNBLOCK.o mangle.o
ccflags-y := -std=gnu11 -Wno-unused-variable -DKERNEL_SPACE