1ifneq ($(CONFIG_BLACKFIN),) 2ifneq ($(CONFIG_BFIN_GPTIMERS),) 3obj-m := gptimers-example.o 4endif 5endif 6