diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2011-10-04 13:25:51 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 13:25:51 +0200 |
commit | e2e13621b267f88f69917780e107725d2c0ecad9 (patch) | |
tree | 0e2a13a08fd4deda46c19d0c8716ba7ffbd301c1 /arch/arm/plat-s5p/Makefile | |
parent | ARM: S5P: Make the common S5P PM code conditionally compile (diff) | |
download | linux-e2e13621b267f88f69917780e107725d2c0ecad9.tar.xz linux-e2e13621b267f88f69917780e107725d2c0ecad9.zip |
ARM: S5P: Make the sleep code common for S5P series SoCs
The sleep code for S5PV210 and EXYNOS4 are identical; moreover
S5p64X0 and S5PC100 for which support will be added soon can
use the same procedure. Create a common sleep code in the plat-s5p
directory so that it can be re-used.
Signed-off-by: Abhilash Kesavan <a.kesavan@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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/Makefile b/arch/arm/plat-s5p/Makefile index 755d7ac4384a..06401dc37b81 100644 --- a/arch/arm/plat-s5p/Makefile +++ b/arch/arm/plat-s5p/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_S5P_EXT_INT) += irq-eint.o obj-$(CONFIG_S5P_GPIO_INT) += irq-gpioint.o obj-$(CONFIG_S5P_SYSTEM_MMU) += sysmmu.o obj-$(CONFIG_S5P_PM) += pm.o irq-pm.o +obj-$(CONFIG_S5P_SLEEP) += sleep.o obj-$(CONFIG_S5P_HRT) += s5p-time.o # devices |