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