1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-11 21:00:14 +02:00

[kernel] pwm: use coherent naming to avoid conflicts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22142 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
claudio 2010-07-12 13:19:57 +00:00
parent 24a6afd4e7
commit 5c39ae21ff
2 changed files with 1 additions and 1 deletions

View File

@ -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