linux/Documentation/blackfin/Makefile

6 lines
100 B
Makefile
Raw Normal View History

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