ifneq ($(KERNELRELEASE),) obj-m := pcirescan.o else KDIR := /lib/modules/$(shell uname -r)/build # KDIR := ../pcirescan PWD := $(shell pwd) default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules endif