aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/blackfin/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-21 21:22:35 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-15 00:15:04 -0500
commit4b60779d5ea76908c3bc82d93280b733335fce48 (patch)
tree4ee2014159244156117153197f0624ace75ef3fc /Documentation/blackfin/Makefile
parentBlackfin: announce current cpu rev when booting (diff)
downloadlinux-dev-4b60779d5ea76908c3bc82d93280b733335fce48.tar.xz
linux-dev-4b60779d5ea76908c3bc82d93280b733335fce48.zip
Blackfin: add an example showing how to use the gptimers API
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Documentation/blackfin/Makefile')
-rw-r--r--Documentation/blackfin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/blackfin/Makefile b/Documentation/blackfin/Makefile
new file mode 100644
index 000000000000..773dbb103f1c
--- /dev/null
+++ b/Documentation/blackfin/Makefile
@@ -0,0 +1,6 @@
+obj-m := gptimers-example.o
+
+all: modules
+
+modules clean:
+ $(MAKE) -C ../.. SUBDIRS=$(PWD) $@