Makefile 94 Bytes edit raw blame history 1 2 3 4 5 6 obj-m := gptimers-example.o all: modules modules clean: $(MAKE) -C ../.. SUBDIRS=$(PWD) $@