[kernel] pwm: use coherent naming to avoid conflicts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22142 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Claudio Mignanti 2010-07-12 13:19:57 +00:00
parent 29910ddb5f
commit f89d76bff4
2 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
#
obj-y := pwm.o
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
obj-$(CONFIG_GPIO_PWM) += gpio.o
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o