diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 18:15:11 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 21:55:08 +0200 |
commit | da15797eaec795bc2a1a9adb441214a6f5ea07fc (patch) | |
tree | abc0d5443f24716a274599999c9b948a5103f027 /arch/arm/plat-tcc/Makefile | |
parent | 83ef3338a2ae5d5bd9f5f6803b900b8067660054 (diff) | |
download | linux-da15797eaec795bc2a1a9adb441214a6f5ea07fc.tar.bz2 |
ARM: Add the clock framework for Telechips TCC8xxx processors.
This adds definitions and low-level functions to handle clocks in
TCC8xxx processors.
Signed-off-by: "Hans J. Koch" <hjk@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/plat-tcc/Makefile')
-rw-r--r-- | arch/arm/plat-tcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-tcc/Makefile b/arch/arm/plat-tcc/Makefile index 3f2e4fe70d5a..eceabc869b8f 100644 --- a/arch/arm/plat-tcc/Makefile +++ b/arch/arm/plat-tcc/Makefile @@ -1,3 +1,3 @@ # "Telechips Platform Common Modules" -obj-y := system.o +obj-y := clock.o system.o |