summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile
diff options
context:
space:
mode:
authorDomen Puncer2007-09-20 16:00:11 +0200
committerPaul Mackerras2007-10-03 01:11:56 +0200
commit6f6682809b994fd9a61081fa0410df31481d5f7f (patch)
treeb70e568099380de0671e50362dce8e7c77c9443d /arch/powerpc/kernel/Makefile
parent[POWERPC] Inline u3msi_compose_msi_msg() (diff)
downloadkernel-qcow2-linux-6f6682809b994fd9a61081fa0410df31481d5f7f.tar.gz
kernel-qcow2-linux-6f6682809b994fd9a61081fa0410df31481d5f7f.tar.xz
kernel-qcow2-linux-6f6682809b994fd9a61081fa0410df31481d5f7f.zip
[POWERPC] clk.h interface for platforms
This provides an implementation of the <linux/clk.h> interface for arch/powerpc using a set of function pointers in clk_functions. Platforms that want to support this interface should fill clk_functions and select CONFIG_PPC_CLOCK in Kconfig. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r--arch/powerpc/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index 967afc517d8f..b37165effb65 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_PPC64) += vdso64/
obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o
obj-$(CONFIG_PPC_970_NAP) += idle_power4.o
obj-$(CONFIG_PPC_OF) += of_device.o of_platform.o prom_parse.o
+obj-$(CONFIG_PPC_CLOCK) += clock.o
procfs-$(CONFIG_PPC64) := proc_ppc64.o
obj-$(CONFIG_PROC_FS) += $(procfs-y)
rtaspci-$(CONFIG_PPC64)-$(CONFIG_PCI) := rtas_pci.o