diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-08-31 05:46:24 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-20 06:52:03 -0400 |
commit | 6173f8f4ed9c2bd4184908e35f46755a0d14b0f2 (patch) | |
tree | c86da04699fc6145ba5ac385fdff721efd1f4737 /drivers/pwm/Makefile | |
parent | 0bcf168b024871c64eb5df157739efd2ae9b0bdf (diff) |
pwm: Move AB8500 PWM driver to PWM framework
This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arun Murthy <arun.murthy@stericsson.com>
Diffstat (limited to 'drivers/pwm/Makefile')
-rw-r--r-- | drivers/pwm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/Makefile b/drivers/pwm/Makefile index e4b2c898964d..bebc6ff904b9 100644 --- a/drivers/pwm/Makefile +++ b/drivers/pwm/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | obj-$(CONFIG_PWM) += core.o | 1 | obj-$(CONFIG_PWM) += core.o |
2 | obj-$(CONFIG_PWM_AB8500) += pwm-ab8500.o | ||
2 | obj-$(CONFIG_PWM_BFIN) += pwm-bfin.o | 3 | obj-$(CONFIG_PWM_BFIN) += pwm-bfin.o |
3 | obj-$(CONFIG_PWM_IMX) += pwm-imx.o | 4 | obj-$(CONFIG_PWM_IMX) += pwm-imx.o |
4 | obj-$(CONFIG_PWM_LPC32XX) += pwm-lpc32xx.o | 5 | obj-$(CONFIG_PWM_LPC32XX) += pwm-lpc32xx.o |