summaryrefslogtreecommitdiffstats
path: root/kernel/Documentation/blackfin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Documentation/blackfin/Makefile')
-rw-r--r--kernel/Documentation/blackfin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/Documentation/blackfin/Makefile b/kernel/Documentation/blackfin/Makefile
new file mode 100644
index 000000000..6782c58fb
--- /dev/null
+++ b/kernel/Documentation/blackfin/Makefile
@@ -0,0 +1,5 @@
+ifneq ($(CONFIG_BLACKFIN),)
+ifneq ($(CONFIG_BFIN_GPTIMERS),)
+obj-m := gptimers-example.o
+endif
+endif