diff options
author | Sebastian Siewior <bigeasy@linutronix.de> | 2008-05-09 16:18:33 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2008-07-23 15:11:27 +1000 |
commit | 5732b38ddb770b98110ea218232fc072e5626b87 (patch) | |
tree | 626eb241ce1b9ff55941e7671660e5219a206420 /arch/m68knommu/platform/coldfire/Makefile | |
parent | ab88e474c8ffa300660f03a8e6b08ea660956bef (diff) | |
download | op-kernel-dev-5732b38ddb770b98110ea218232fc072e5626b87.zip op-kernel-dev-5732b38ddb770b98110ea218232fc072e5626b87.tar.gz |
m68knommu: Add Coldfire DMA Timer support
This one could be used as a hrtimer.
Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/coldfire/Makefile')
-rw-r--r-- | arch/m68knommu/platform/coldfire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/coldfire/Makefile b/arch/m68knommu/platform/coldfire/Makefile index 40cf20b..4f416a9 100644 --- a/arch/m68knommu/platform/coldfire/Makefile +++ b/arch/m68knommu/platform/coldfire/Makefile @@ -18,7 +18,7 @@ obj-$(CONFIG_COLDFIRE) += dma.o entry.o vectors.o obj-$(CONFIG_M5206) += timers.o obj-$(CONFIG_M5206e) += timers.o obj-$(CONFIG_M520x) += pit.o -obj-$(CONFIG_M523x) += pit.o +obj-$(CONFIG_M523x) += pit.o dma_timer.o obj-$(CONFIG_M5249) += timers.o obj-$(CONFIG_M527x) += pit.o obj-$(CONFIG_M5272) += timers.o |