diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 18:20:11 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 21:55:09 +0200 |
commit | 026cec6164901372c3a16b430cd405f0bb6a7c1f (patch) | |
tree | 5ebd65513fea849b47aaf31c58096fd284002f36 /arch/arm/mach-tcc8k/Makefile | |
parent | ARM: Basic IO mappings for mach-tcc8k (diff) | |
download | linux-026cec6164901372c3a16b430cd405f0bb6a7c1f.tar.xz linux-026cec6164901372c3a16b430cd405f0bb6a7c1f.zip |
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 @@ # # Common support -obj-y += clock.o irq.o time.o io.o +obj-y += clock.o irq.o time.o io.o devices.o |