commit | 8b215e10fe585907be8b6a0babad2923f6cf4da2 | [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 | 5f650fa6ad5d31ef5d8c332be0991bd730f552d4 [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