Skip to content
Snippets Groups Projects
Commit 86f3d57a authored by Claudio Mignanti's avatar Claudio Mignanti
Browse files

pwm: use coherent naming to avoid conflicts

SVN-Revision: 22142
parent 88eb1b7a
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
# #
obj-y := pwm.o obj-y := pwm.o
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
obj-$(CONFIG_GPIO_PWM) += gpio.o obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment