xref: /openbmc/linux/drivers/clk/rockchip/Makefile (revision 275876e2)
1#
2# Rockchip Clock specific Makefile
3#
4
5obj-y	+= clk-rockchip.o
6obj-y	+= clk.o
7obj-y	+= clk-pll.o
8obj-$(CONFIG_RESET_CONTROLLER)	+= softrst.o
9
10obj-y	+= clk-rk3188.o
11obj-y	+= clk-rk3288.o
12