projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: reclaim the 'user_property' partition on WHR-* boards
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
drivers
/
pwm
/
Makefile
diff --git
a/target/linux/generic/files/drivers/pwm/Makefile
b/target/linux/generic/files/drivers/pwm/Makefile
index
1c0e98e
..
af22041
100644
(file)
--- a/
target/linux/generic/files/drivers/pwm/Makefile
+++ b/
target/linux/generic/files/drivers/pwm/Makefile
@@
-1,6
+1,6
@@
#
# Makefile for pwm devices
#
#
# Makefile for pwm devices
#
-obj-
y
:= pwm.o
+obj-
$(CONFIG_GENERIC_PWM)
:= pwm.o
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o
This page took
0.02629 seconds
and
4
git commands to generate.