aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Makefile
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-01-02 15:22:38 -0500
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 15:39:00 -0400
commit17b2b4780f879a559b8dc96c170dd6df98fe9ab3 (patch)
treea7e7915adf0a94828811a72b8ab35e83fcdbabfd /drivers/pwm/Makefile
parenta4315e3c11f97ea0fa602184fa310161309657df (diff)
pwm: Move PXA PWM driver to PWM framework
This commit moves the PXA PWM driver to the drivers/pwm subdirectory and converts it to use the new PWM framework. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Makefile')
-rw-r--r--drivers/pwm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/Makefile b/drivers/pwm/Makefile
index 251b8d22435f..e859c513add8 100644
--- a/drivers/pwm/Makefile
+++ b/drivers/pwm/Makefile
@@ -1,3 +1,4 @@
1obj-$(CONFIG_PWM) += core.o 1obj-$(CONFIG_PWM) += core.o
2obj-$(CONFIG_PWM_BFIN) += pwm-bfin.o 2obj-$(CONFIG_PWM_BFIN) += pwm-bfin.o
3obj-$(CONFIG_PWM_PXA) += pwm-pxa.o
3obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o 4obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o