1
0
Fork 0
alistair23-linux/Documentation/blackfin/Makefile

6 lines
100 B
Makefile

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