aboutsummaryrefslogtreecommitdiff
path: root/Documentation/blackfin/Makefile
blob: 6782c58fbc297d830fdf5a1a034b7b28ce0bce02 (plain)
1
2
3
4
5
ifneq ($(CONFIG_BLACKFIN),)
ifneq ($(CONFIG_BFIN_GPTIMERS),)
obj-m := gptimers-example.o
endif
endif