commit | 669f5c862914094acfc8889fdfaa5f07f762ac2a | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Apr 25 10:57:21 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue May 02 14:23:58 2023 -0400 |
tree | 8b49a7d57a378831964589d015f57b242a7feeb2 | |
parent | 08523862ce87d7eb9d7bf5e6ff67cdcf09fad792 [diff] [blame] |
test: Add tests for the extcon Provide tests to the simple extcon device. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile index 2510e91..c4223d9 100644 --- a/drivers/extcon/Makefile +++ b/drivers/extcon/Makefile
@@ -3,3 +3,4 @@ # Copyright (C) 2023 Svyatoslav Ryhel <clamor95@gmail.com> obj-$(CONFIG_EXTCON) += extcon-uclass.o +obj-$(CONFIG_EXTCON_SANDBOX) += extcon-sandbox.o