This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
openwrt-xburst
Watch
1
Star
0
Fork
0
You've already forked openwrt-xburst
mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced
2024-11-06 05:12:47 +02:00
Code
ae296e1918
openwrt-xburst
/
target
/
linux
/
generic
/
files
/
drivers
/
pwm
/
Makefile
6 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
[kernel] Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds trigger part at the moment git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21800 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 21:01:11 +03:00
#
# Makefile for pwm devices
#
[kernel] pwm: export the generic pwm api as module git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 00:14:24 +03:00
obj-$(CONFIG_GENERIC_PWM)
:=
pwm.o
[kernel] pwm: use coherent naming to avoid conflicts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 16:19:57 +03:00
obj-$(CONFIG_GPIO_PWM)
+=
gpio-pwm.o
Copy Permalink