mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 06:15:31 +00:00
457a7a7f04
This is required for furhter maintance of kernel module. Aims to provide common interface for both
4 lines
201 B
Makefile
4 lines
201 B
Makefile
obj-m := kyoutubeUnblock.o
|
|
kyoutubeUnblock-objs := kytunblock.o mangle.o quic.o utils.o kargs.o tls.o getopt.o args.o
|
|
ccflags-y := -std=gnu99 -DKERNEL_SPACE -Wno-error -Wno-declaration-after-statement
|