summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/pwm/Makefile
blob: 1c0e98e35784fdd8d54345cd3407bc7d967a17f7 (plain)
1
2
3
4
5
6
#
# Makefile for pwm devices
#
obj-y := pwm.o
obj-$(CONFIG_ATMEL_PWM)		+= atmel-pwm.o
obj-$(CONFIG_GPIO_PWM)		+= gpio-pwm.o