You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|