aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5p/Makefile
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2010-07-19 14:16:36 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 18:30:21 +0900
commit02a0456b3b6ad7503a37fab6f00a27d2bd53d483 (patch)
tree660e57e707fc0620382864f555bad4460a9d0b16 /arch/arm/plat-s5p/Makefile
parentLinux 2.6.35 (diff)
downloadlinux-dev-02a0456b3b6ad7503a37fab6f00a27d2bd53d483.tar.xz
linux-dev-02a0456b3b6ad7503a37fab6f00a27d2bd53d483.zip
ARM: S5P: Add PMU device
This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s5p/Makefile')
-rw-r--r--arch/arm/plat-s5p/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/Makefile b/arch/arm/plat-s5p/Makefile
index 39c242bb9d58..7e34194b0aaf 100644
--- a/arch/arm/plat-s5p/Makefile
+++ b/arch/arm/plat-s5p/Makefile
@@ -12,6 +12,7 @@ obj- :=
# Core files
+obj-y += dev-pmu.o
obj-y += dev-uart.o
obj-y += cpu.o
obj-y += clock.o