mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
b14abda600
Special thanks to https://github.com/drivenets/iptables_extensions repository with detailed explanations of iptables userspace interaction with the kernel module.
4 lines
134 B
Makefile
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
|