]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/pwm/Makefile
tegra: pwm: Add a driver for the tegra PWM
[people/ms/u-boot.git] / drivers / pwm / Makefile
index b6d8c166048436d666ea6af03c70bfa3d3577623..fd414b1893e03fd7ac80cedb65e7804e8f104803 100644 (file)
@@ -13,3 +13,6 @@
 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
+endif