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

Commit 3852ac71 authored by Eric Miao's avatar Eric Miao Committed by Eric Miao
Browse files

[ARM] pxa: move pwm.c to common plat-pxa directory



Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent a71ef163
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ endif

# Generic drivers that other drivers may depend upon
obj-$(CONFIG_PXA_SSP)		+= ssp.o
obj-$(CONFIG_HAVE_PWM)		+= pwm.o

# SoC-specific code
obj-$(CONFIG_PXA25x)		+= mfp-pxa2xx.o pxa2xx.o pxa25x.o
+2 −0
Original line number Diff line number Diff line
@@ -7,3 +7,5 @@ obj-y := dma.o
obj-$(CONFIG_GENERIC_GPIO)	+= gpio.o
obj-$(CONFIG_PXA3xx)		+= mfp.o
obj-$(CONFIG_ARCH_MMP)		+= mfp.o

obj-$(CONFIG_HAVE_PWM)		+= pwm.o
+0 −0

File moved.