This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
721bf97863
openwrt
/
target
/
linux
/
generic
/
files
/
drivers
/
pwm
/
Makefile
6 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds trigger part at the moment SVN-Revision: 21800
2010-06-15 02:01:11 +08:00
#
# Makefile for pwm devices
#
pwm: export the generic pwm api as module SVN-Revision: 22297
2010-07-20 05:14:24 +08:00
obj-$(CONFIG_GENERIC_PWM)
:=
pwm.o
pwm: use coherent naming to avoid conflicts SVN-Revision: 22142
2010-07-12 21:19:57 +08:00
obj-$(CONFIG_GPIO_PWM)
+=
gpio-pwm.o
Reference in New Issue
Copy Permalink