diff --git a/Makefile b/Makefile index 2c473e3..428ffbf 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ obj-m := sch_cake.o KERNEL_VERSION := $(shell uname -r) IDIR := /lib/modules/$(KERNEL_VERSION)/kernel/net/sched/ KDIR := /lib/modules/$(KERNEL_VERSION)/build +ccflags-y=-I/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include PWD := $(shell pwd) VERSION := $(shell git rev-parse HEAD 2>/dev/null) default: