Blame view

Documentation/blackfin/Makefile 94 Bytes
4b60779d5   Mike Frysinger   Blackfin: add an ...
1
2
3
4
5
6
  obj-m := gptimers-example.o
  
  all: modules
  
  modules clean:
  	$(MAKE) -C ../.. SUBDIRS=$(PWD) $@