This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3fee1bddbe
openwrtv4
/
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-14 18:01:11 +00:00
#
# Makefile for pwm devices
#
pwm: export the generic pwm api as module SVN-Revision: 22297
2010-07-19 21:14:24 +00:00
obj-$(CONFIG_GENERIC_PWM)
:=
pwm.o
pwm: use coherent naming to avoid conflicts SVN-Revision: 22142
2010-07-12 13:19:57 +00:00
obj-$(CONFIG_GPIO_PWM)
+=
gpio-pwm.o
Reference in a new issue
Copy permalink