Makefile 94 B

1234567
  1. obj-m := gptimers-example.o
  2. all: modules
  3. modules clean:
  4. $(MAKE) -C ../.. SUBDIRS=$(PWD) $@