projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dbdd91
)
[PATCH] m68knommu: add timer support for the 523x ColdFire processor family
author
Greg Ungerer
<gerg@snapgear.com>
Thu, 8 Sep 2005 23:32:14 +0000
(09:32 +1000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 9 Sep 2005 00:27:37 +0000
(17:27 -0700)
Add timer support for the ColdFire 523x processor family.
(It uses the ColdFire PIT timer hardware, so we just build that in).
Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68knommu/platform/5307/Makefile
patch
|
blob
|
history
diff --git
a/arch/m68knommu/platform/5307/Makefile
b/arch/m68knommu/platform/5307/Makefile
index
84b6b70
..
6fe5a2b
100644
(file)
--- a/
arch/m68knommu/platform/5307/Makefile
+++ b/
arch/m68knommu/platform/5307/Makefile
@@
-19,6
+19,7
@@
endif
obj-$(CONFIG_COLDFIRE) += entry.o vectors.o ints.o
obj-$(CONFIG_M5206) += timers.o
obj-$(CONFIG_M5206e) += timers.o
+obj-$(CONFIG_M523x) += pit.o
obj-$(CONFIG_M5249) += timers.o
obj-$(CONFIG_M527x) += pit.o
obj-$(CONFIG_M5272) += timers.o