KERNEL_BUILD = /lib/modules/$(KVERSION)/build obj-m += mst_pci.o mst_pciconf.o all: modules modules: $(MAKE) -C $(KERNEL_BUILD) M=$(CURDIR) $@ clean: $(MAKE) -C $(KERNEL_BUILD) M=$(CURDIR) $@