openwrtv4/target/linux/generic/files/drivers/pwm/Makefile
Claudio Mignanti 86f3d57a00 pwm: use coherent naming to avoid conflicts
SVN-Revision: 22142
2010-07-12 13:19:57 +00:00

6 lines
124 B
Makefile

#
# Makefile for pwm devices
#
obj-y := pwm.o
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o