android_kernel_samsung_on5x.../drivers/clk/rockchip/Makefile
2018-06-19 23:16:04 +02:00

12 lines
206 B
Makefile

#
# Rockchip Clock specific Makefile
#
obj-y += clk-rockchip.o
obj-y += clk.o
obj-y += clk-pll.o
obj-y += clk-cpu.o
obj-$(CONFIG_RESET_CONTROLLER) += softrst.o
obj-y += clk-rk3188.o
obj-y += clk-rk3288.o