diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 12:20:11 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 15:55:09 -0400 |
commit | 026cec6164901372c3a16b430cd405f0bb6a7c1f (patch) | |
tree | 5ebd65513fea849b47aaf31c58096fd284002f36 /arch/arm/mach-tcc8k/Makefile | |
parent | 8a41fa3b3c89e5bd3c69219ddeee268bdcce886c (diff) |
ARM: Add common platform devices for TCC8xxx SoCs
This patch introduces a first set of platform devices for integrated
peripherals of TCC8xxx processors. Drivers for these devices are
available and will be posted in a second step.
Signed-off-by: "Hans J. Koch" <hjk@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-tcc8k/Makefile')
-rw-r--r-- | arch/arm/mach-tcc8k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tcc8k/Makefile b/arch/arm/mach-tcc8k/Makefile index 446c4c9f0708..e92c0d255ae7 100644 --- a/arch/arm/mach-tcc8k/Makefile +++ b/arch/arm/mach-tcc8k/Makefile | |||
@@ -3,4 +3,4 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | # Common support | 5 | # Common support |
6 | obj-y += clock.o irq.o time.o io.o | 6 | obj-y += clock.o irq.o time.o io.o devices.o |