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