]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/pwm/Makefile
i2c: ihs_i2c: Factor out send_buffer method
[people/ms/u-boot.git] / drivers / pwm / Makefile
CommitLineData
b2f97cf2
HS
1#
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# (C) Copyright 2001
6# Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
7#
8# SPDX-License-Identifier: GPL-2.0+
9#
10
11#ccflags-y += -DDEBUG
12
4985012b
MY
13obj-$(CONFIG_DM_PWM) += pwm-uclass.o
14
15obj-$(CONFIG_PWM_EXYNOS) += exynos_pwm.o
16obj-$(CONFIG_PWM_IMX) += pwm-imx.o pwm-imx-util.o
17obj-$(CONFIG_PWM_ROCKCHIP) += rk_pwm.o
43b41566 18obj-$(CONFIG_PWM_SANDBOX) += sandbox_pwm.o
4985012b 19obj-$(CONFIG_PWM_TEGRA) += tegra_pwm.o