# # Makefile to build the parint.ko module. Issue the 'make' compile parint.ko # obj-m := parint.o KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules