summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorDinesh Maniyam <[email protected]>2025-08-06 12:32:29 +0800
committerHeiko Schocher <[email protected]>2025-08-06 08:40:44 +0200
commitca4c92cbffff17ca071774feba849db1b6319220 (patch)
tree33861f56c2a7c19fce0f4b403845091d031b039f /test/dm/Makefile
parent03caa3769a7cc5fc5b13af5f7221e258df3c33b1 (diff)
drivers: i3c: Add i3c sandbox simple test.
Add s simple test for the I3C uclass in sandbox. Signed-off-by: Dinesh Maniyam <[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 d15859eca30..474e77a2151 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -58,6 +58,7 @@ obj-$(CONFIG_FWU_MDATA_GPT_BLK) += fwu_mdata.o
obj-$(CONFIG_SANDBOX) += host.o
obj-$(CONFIG_DM_HWSPINLOCK) += hwspinlock.o
obj-$(CONFIG_DM_I2C) += i2c.o
+obj-$(CONFIG_I3C) += i3c.o
obj-$(CONFIG_SOUND) += i2s.o
obj-$(CONFIG_CLK_K210_SET_RATE) += k210_pll.o
obj-$(CONFIG_IOMMU) += iommu.o