M7350/kernel/Documentation/blackfin/Makefile

4 lines
62 B
Makefile
Raw Normal View History

2024-09-09 08:57:42 +00:00
ifneq ($(CONFIG_BLACKFIN),)
2024-09-09 08:52:07 +00:00
obj-m := gptimers-example.o
2024-09-09 08:57:42 +00:00
endif