BASEINCLUDE ?= /home/liubaolin/others/4.4kernel_2/klinux/

obj-m := information_channel.o

all :
	$(MAKE) -C $(BASEINCLUDE) M=$(shell pwd) modules

clean :
	rm -rf *.ko modules.order Module.symvers information_channel.mod.o information_channel.o information_channel.mod information_channel.mod.c
