diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-21 23:22:35 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 06:15:04 +0100 |
commit | 4b60779d5ea76908c3bc82d93280b733335fce48 (patch) | |
tree | 4ee2014159244156117153197f0624ace75ef3fc /Documentation/blackfin/Makefile | |
parent | Blackfin: announce current cpu rev when booting (diff) | |
download | linux-4b60779d5ea76908c3bc82d93280b733335fce48.tar.xz linux-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/Makefile | 6 |
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) $@ |