alistair23-linux/Documentation/blackfin/Makefile

6 lines
101 B
Makefile
Raw Normal View History

ifneq ($(CONFIG_BLACKFIN),)
ifneq ($(CONFIG_BFIN_GPTIMERS),)
obj-m := gptimers-example.o
endif
endif