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