aboutsummaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorPragnesh Patel2020-12-22 11:30:05 +0530
committerTom Rini2021-01-18 15:23:06 -0500
commit9e9a530a61c01e412a239d8c211d5b1e26b578fa (patch)
treecc2c5f125fba8721f5546c21594bb1c637a0c1b2 /test/cmd/Makefile
parent2767d881f031124b2193ab33b32e48b29c6e18e1 (diff)
cmd: Add a pwm command
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>
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r--test/cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index b2f71af8473..758bc14273b 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -4,4 +4,5 @@
obj-y += mem.o
obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
+obj-$(CONFIG_CMD_PWM) += pwm.o
obj-y += setexpr.o