Blame view

Documentation/blackfin/Makefile 101 Bytes
adb19fb66   Peter Foley   Documentation: ad...
1
  ifneq ($(CONFIG_BLACKFIN),)
82c91e876   Chen Gang   Documentation: bl...
2
  ifneq ($(CONFIG_BFIN_GPTIMERS),)
4b60779d5   Mike Frysinger   Blackfin: add an ...
3
  obj-m := gptimers-example.o
adb19fb66   Peter Foley   Documentation: ad...
4
  endif
e72a65292   Randy Dunlap   Documentation: fi...
5
  endif