projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kernel: add missing config option found by buildbot
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
drivers
/
pwm
/
Makefile
1
#
2
# Makefile for pwm devices
3
#
4
obj-y
:=
pwm.o
5
obj-
$(
CONFIG_ATMEL_PWM
) +=
atmel-pwm.o
6
obj-
$(
CONFIG_GPIO_PWM
) +=
gpio.o
This page took
0.05583 seconds
and
5
git commands to generate.