mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-27 04:30:35 +03:00
4 lines
133 B
Makefile
4 lines
133 B
Makefile
obj-m := ipt_YTUNBLOCK.o
|
|
ipt_YTUNBLOCK-objs := iptk_YTUNBLOCK.o mangle.o
|
|
ccflags-y := -std=gnu11 -Wno-unused-variable -DKERNEL_SPACE
|