diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-04-13 08:28:02 (GMT) |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-06-05 02:32:04 (GMT) |
commit | 3852ac7113f313d96af80257a070fd8ab2eea5c6 (patch) | |
tree | 832da261752cf561fba59119e5570cec035b82d6 /arch/arm/mach-pxa/Makefile | |
parent | a71ef16327a534a88fb1277d28dcd362dbb1992f (diff) | |
download | linux-3852ac7113f313d96af80257a070fd8ab2eea5c6.tar.xz |
[ARM] pxa: move pwm.c to common plat-pxa directory
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/Makefile')
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 4bcebf7..47d0157 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile @@ -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 |