diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-01-02 20:53:50 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-02 21:38:59 +0200 |
commit | a4315e3c11f97ea0fa602184fa310161309657df (patch) | |
tree | 859df4b9b0733be80f20ecf42c8430584215a1ca /arch/blackfin/kernel/Makefile | |
parent | 140fd977dc46bc750258f082cdf1cfea79dc1d14 (diff) | |
download | op-kernel-dev-a4315e3c11f97ea0fa602184fa310161309657df.zip op-kernel-dev-a4315e3c11f97ea0fa602184fa310161309657df.tar.gz |
pwm: Move Blackfin PWM driver to PWM framework
This commit moves the Blackfin PWM driver to the drivers/pwm sub-
directory and converts it to register with the new PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'arch/blackfin/kernel/Makefile')
-rw-r--r-- | arch/blackfin/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/Makefile b/arch/blackfin/kernel/Makefile index 08e6625..735f24e 100644 --- a/arch/blackfin/kernel/Makefile +++ b/arch/blackfin/kernel/Makefile @@ -21,7 +21,6 @@ obj-$(CONFIG_FUNCTION_TRACER) += ftrace-entry.o obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o CFLAGS_REMOVE_ftrace.o = -pg -obj-$(CONFIG_HAVE_PWM) += pwm.o obj-$(CONFIG_IPIPE) += ipipe.o obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o obj-$(CONFIG_CPLB_INFO) += cplbinfo.o |