mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
12 lines
206 B
Makefile
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
|