Documentation: add makefiles for more targets
[firefly-linux-kernel-4.4.55.git] / Documentation / blackfin / Makefile
index 773dbb103f1c142e1a657d29195b1b26b0c6867d..c7e6c99bad8176a4295e398cce2d516d6fc63e2e 100644 (file)
@@ -1,6 +1,3 @@
+ifneq ($(CONFIG_BLACKFIN),)
 obj-m := gptimers-example.o
-
-all: modules
-
-modules clean:
-       $(MAKE) -C ../.. SUBDIRS=$(PWD) $@
+endif