]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/pwm/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / drivers / pwm / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
b2f97cf2
HS
2#
3# (C) Copyright 2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5#
6# (C) Copyright 2001
7# Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
b2f97cf2
HS
8
9#ccflags-y += -DDEBUG
10
4985012b
MY
11obj-$(CONFIG_DM_PWM) += pwm-uclass.o
12
13obj-$(CONFIG_PWM_EXYNOS) += exynos_pwm.o
14obj-$(CONFIG_PWM_IMX) += pwm-imx.o pwm-imx-util.o
15obj-$(CONFIG_PWM_ROCKCHIP) += rk_pwm.o
43b41566 16obj-$(CONFIG_PWM_SANDBOX) += sandbox_pwm.o
4985012b 17obj-$(CONFIG_PWM_TEGRA) += tegra_pwm.o