BASEINCLUDE ?= /lib/modules/$(shell uname -r)/build

obj-m := acquire_pci.o

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

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