Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0f30e09 authored by Junjie Wu's avatar Junjie Wu
Browse files

clk: qcom: Compile RPM clock driver for ARM64



Compile RPM clock driver for ARM64.

Change-Id: Ib4024019086b04d334fe0c256b7eb65611b74e16
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 219364c5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,9 +3,7 @@ obj-y += clock-dummy.o
obj-y				+= clock-generic.o
obj-y				+= clock-local2.o
obj-y				+= clock-pll.o
ifndef CONFIG_ARM64
obj-y				+= clock-rpm.o
endif
obj-y				+= clock-voter.o

obj-$(CONFIG_DEBUG_FS)		+= clock-debug.o