diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 12:21:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 15:55:09 -0400 |
commit | 2aea73ce22b786039906be89b0ae191d4c016c1e (patch) | |
tree | 5065f3d42d0bd12c4b7fdc8e2c0c214b29bcb372 /arch/arm/mach-tcc8k/Makefile | |
parent | 026cec6164901372c3a16b430cd405f0bb6a7c1f (diff) |
ARM: Add board support for Telechips TCC8000-SDK board
Add support for the Telechips TCC8000-SDK development board.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tcc8k/Makefile b/arch/arm/mach-tcc8k/Makefile index e92c0d255ae7..9bacf31e49ba 100644 --- a/arch/arm/mach-tcc8k/Makefile +++ b/arch/arm/mach-tcc8k/Makefile | |||
@@ -4,3 +4,6 @@ | |||
4 | 4 | ||
5 | # Common support | 5 | # Common support |
6 | obj-y += clock.o irq.o time.o io.o devices.o | 6 | obj-y += clock.o irq.o time.o io.o devices.o |
7 | |||
8 | # Board specific support | ||
9 | obj-$(CONFIG_MACH_TCC8000_SDK) += board-tcc8000-sdk.o | ||