summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSean Anderson <[email protected]>2021-04-20 10:50:58 -0400
committerTom Rini <[email protected]>2021-05-04 07:57:18 -0400
commit1cbfed8d3e9254d7e2a9466498ef867f7cb3f4cd (patch)
treef12a5f88da3f54abb4f4fb744f8982a6fa87f1e6 /test/dm/Makefile
parent54aa07fdfc01ac5abff342699df269f6f869fbe0 (diff)
test: Add gpio-sysinfo test
This adds a test for the gpio-sysinfo driver. Signed-off-by: Sean Anderson <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index e7cb1eec960..c9644617a1f 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -96,6 +96,7 @@ obj-$(CONFIG_SPMI) += spmi.o
obj-y += syscon.o
obj-$(CONFIG_RESET_SYSCON) += syscon-reset.o
obj-$(CONFIG_SYSINFO) += sysinfo.o
+obj-$(CONFIG_SYSINFO_GPIO) += sysinfo-gpio.o
obj-$(CONFIG_TEE) += tee.o
obj-$(CONFIG_TIMER) += timer.o
obj-$(CONFIG_DM_USB) += usb.o