# Makefile for PWM drivers
ccflags-y +=-I$(srctree)/drivers
obj-$(CONFIG_PWM_PCA9685) += pwm_pca9685.o
obj-$(CONFIG_PWM_DW) += pwm_dw.o