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

Commit 9745626b authored by Ben Dooks's avatar Ben Dooks
Browse files

ARM: SAMSUNG: Move pwm-clock code into plat-samsung



Move the code for the pwm-clock into plat-samsung, as it is common to
all Samsung SoCs.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent ed276849
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ obj- :=

obj-y				+= init.o
obj-y				+= time.o
obj-y				+= pwm-clock.o
obj-y				+= gpio.o
obj-y				+= gpio-config.o

+1 −0
Original line number Diff line number Diff line
@@ -12,5 +12,6 @@ obj- :=
# Objects we always build independent of SoC choice

obj-y				+= clock.o
obj-y				+= pwm-clock.o

obj-$(CONFIG_SAMSUNG_CLKSRC)	+= clock-clksrc.o