ARM: rockchip: rename pm.c to rockchip_pm.c

This commit is contained in:
黄涛
2014-04-24 09:45:46 +08:00
parent e2acbead7b
commit 98b16fd904
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ obj-y += cpu.o
obj-y += rk3188.o
obj-y += rk3288.o
obj-y += ddr_freq.o
obj-$(CONFIG_PM) += pm.o sleep.o
obj-$(CONFIG_PM) += rockchip_pm.o sleep.o
obj-$(CONFIG_RK_FPGA) += fpga.o
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
obj-$(CONFIG_SMP) += platsmp.o