mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
clk: rockchip: build depends on CPU config
Change-Id: Ia35e7bba3eb7bd37f8f291d7501681a6ccea421f Signed-off-by: Tao Huang <huangtao@rock-chips.com> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -14,14 +14,15 @@ obj-y += clk-ddr.o
|
||||
obj-y += clk-pvtm.o
|
||||
obj-$(CONFIG_RESET_CONTROLLER) += softrst.o
|
||||
|
||||
obj-y += clk-px30.o
|
||||
obj-y += clk-rv1108.o
|
||||
obj-y += clk-rk3036.o
|
||||
obj-y += clk-rk3128.o
|
||||
obj-y += clk-rk3188.o
|
||||
obj-y += clk-rk3228.o
|
||||
obj-y += clk-rk3288.o
|
||||
obj-y += clk-rk3308.o
|
||||
obj-y += clk-rk3328.o
|
||||
obj-y += clk-rk3368.o
|
||||
obj-y += clk-rk3399.o
|
||||
obj-$(CONFIG_CPU_PX30) += clk-px30.o
|
||||
obj-$(CONFIG_CPU_RV1108) += clk-rv1108.o
|
||||
obj-$(CONFIG_CPU_RK3036) += clk-rk3036.o
|
||||
obj-$(CONFIG_CPU_RK312X) += clk-rk3128.o
|
||||
obj-$(CONFIG_CPU_RK3188) += clk-rk3188.o
|
||||
obj-$(CONFIG_CPU_RK322X) += clk-rk3228.o
|
||||
obj-$(CONFIG_CPU_RK3288) += clk-rk3288.o
|
||||
obj-$(CONFIG_CPU_RK3308) += clk-rk3308.o
|
||||
obj-$(CONFIG_CPU_RK3328) += clk-rk3328.o
|
||||
obj-$(CONFIG_CPU_RK3366) += clk-rk3366.o
|
||||
obj-$(CONFIG_CPU_RK3368) += clk-rk3368.o
|
||||
obj-$(CONFIG_CPU_RK3399) += clk-rk3399.o
|
||||
|
||||
Reference in New Issue
Block a user