aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/blackfin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/blackfin/Makefile')
-rw-r--r--Documentation/blackfin/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/blackfin/Makefile b/Documentation/blackfin/Makefile
index 773dbb103f1c..c7e6c99bad81 100644
--- a/Documentation/blackfin/Makefile
+++ b/Documentation/blackfin/Makefile
@@ -1,6 +1,3 @@
+ifneq ($(CONFIG_BLACKFIN),)
obj-m := gptimers-example.o
-
-all: modules
-
-modules clean:
- $(MAKE) -C ../.. SUBDIRS=$(PWD) $@
+endif