openwrtv3/target/linux/generic/files/drivers/pwm/Makefile

7 lines
124 B
Makefile
Raw Normal View History

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