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/mach-tcc8k/Makefile | |
parent | 83ef3338a2ae5d5bd9f5f6803b900b8067660054 (diff) |
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/mach-tcc8k/Makefile')
-rw-r--r-- | arch/arm/mach-tcc8k/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tcc8k/Makefile b/arch/arm/mach-tcc8k/Makefile new file mode 100644 index 00000000000..805d850919e --- /dev/null +++ b/arch/arm/mach-tcc8k/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for TCC8K boards and common files. +# + +# Common support +obj-y += clock.o |