
ifndef KERNEL
all:
	make -C $(KERNEL_DIR) M=$(PWD) V=1

clean:
	make -C $(KERNEL_DIR) M=$(PWD) V=1 clean
	rm -f *~

endif

obj-m=spi_test.o
