android_kernel_samsung_a7y1.../Documentation/blackfin/Makefile
2023-04-07 21:05:06 +02:00

6 lines
101 B
Makefile

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