diff options
author | chenhui zhao <chenhui.zhao@freescale.com> | 2015-11-20 12:14:00 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-05 08:53:11 +0300 |
commit | 56f1ba280719469bffc870b6b2d935f3a3019ea4 (patch) | |
tree | 92562692750c084169659406f6efed81647c2b81 /arch/powerpc/platforms/85xx/Makefile | |
parent | d17799f9c10e283cccd4d598d3416e6fac336ab9 (diff) | |
download | linux-56f1ba280719469bffc870b6b2d935f3a3019ea4.tar.xz |
powerpc/mpc85xx: refactor the PM operations
Freescale CoreNet-based and Non-CoreNet-based platforms require
different PM operations. This patch extracted existing PM operations
on Non-CoreNet-based platforms to a new file which can accommodate
both platforms. In this way, PM operation codes are clearer structurally.
Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com>
Signed-off-by: Tang Yuantian <Yuantian.Tang@feescale.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index 1fe7fb95175a..7bc86dae9517 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -2,6 +2,7 @@ # Makefile for the PowerPC 85xx linux kernel. # obj-$(CONFIG_SMP) += smp.o +obj-$(CONFIG_FSL_PMC) += mpc85xx_pm_ops.o obj-y += common.o |