This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt
mirror of
https://github.com/hak5/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bc8fe9b40f
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-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