This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2025-01-02 12:06:50 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
d648dad7fa
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
Reference in New Issue
Copy Permalink