mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
9e9a530a61
Add the command "pwm" for controlling the pwm channels. This command provides pwm invert/config/enable/disable functionalities via PWM uclass drivers Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Simon Glass <sjg@chromium.org>
8 lines
182 B
Makefile
8 lines
182 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2013 Google, Inc
|
|
|
|
obj-y += mem.o
|
|
obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
|
|
obj-$(CONFIG_CMD_PWM) += pwm.o
|
|
obj-y += setexpr.o
|