]> git.sur5r.net Git - u-boot/blobdiff - drivers/pwm/Makefile
Merge branch 'master' of git://git.denx.de/u-boot
[u-boot] / drivers / pwm / Makefile
index c0c4883317378261e0eed47942e8ab2e254d4ef4..af39347aacf72842f1b0befca59468825c209379 100644 (file)
 
 #ccflags-y += -DDEBUG
 
+obj-$(CONFIG_DM_PWM) += pwm-uclass.o
+obj-$(CONFIG_PWM_ROCKCHIP) += rk_pwm.o
 obj-$(CONFIG_PWM_IMX) += pwm-imx.o pwm-imx-util.o
+ifdef CONFIG_DM_PWM
+obj-$(CONFIG_PWM_TEGRA) += tegra_pwm.o
+obj-$(CONFIG_PWM_EXYNOS) += exynos_pwm.o
+endif