6 lines
101 B
Makefile
6 lines
101 B
Makefile
ifneq ($(CONFIG_BLACKFIN),)
|
|
ifneq ($(CONFIG_BFIN_GPTIMERS),)
|
|
obj-m := gptimers-example.o
|
|
endif
|
|
endif
|