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

Commit bc0e489e authored by Barry Song's avatar Barry Song Committed by Mike Turquette
Browse files

clk: prima2: move from arch/arm/mach to drivers/clk

parent 198678b0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
obj-y := timer.o
obj-y += irq.o
obj-y += clock.o
obj-y += rstc.o
obj-y += prima2.o
obj-y += rtciobrg.o
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ obj-$(CONFIG_ARCH_SOCFPGA) += socfpga/
obj-$(CONFIG_PLAT_SPEAR)	+= spear/
obj-$(CONFIG_ARCH_U300)		+= clk-u300.o
obj-$(CONFIG_ARCH_INTEGRATOR)	+= versatile/
obj-$(CONFIG_ARCH_PRIMA2)	+= clk-prima2.o

# Chip specific
obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o
+0 −0

File moved.