obj-m := prctl-patch.o

KERNEL_SRC = ../linux

all:
	make -C $(KERNEL_SRC) M=$(PWD) modules

clean:
	make -C $(KERNEL_SRC) M=$(PWD) clean
