mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-06 03:26:45 +03:00
4 lines
141 B
Makefile
4 lines
141 B
Makefile
obj-m := ipt_YTUNBLOCK.o
|
|
ipt_YTUNBLOCK-objs := iptk_YTUNBLOCK.o mangle.o
|
|
ccflags-y := -std=gnu11 -Wno-unused-variable -DKERNEL_SPACE -DDEBUG
|