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