diff options
| author | Dinesh Maniyam <[email protected]> | 2025-08-06 12:32:32 +0800 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2025-08-06 08:41:30 +0200 |
| commit | b875409da7370a9dc4e1abbaf40fa33c6717e854 (patch) | |
| tree | df7ec1a2c5c43197f47b21a415fedf748142eb1e /cmd/Makefile | |
| parent | 82cc368cd2b3bc8664d7e12f4f87af49c1783237 (diff) | |
cmd: Add i3c command support.
Add i3c command file to support select, get i3c device
target list, read and write operation.
Signed-off-by: Dinesh Maniyam <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 12e948fd1b9..36e79cc3c28 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -95,6 +95,7 @@ obj-$(CONFIG_CMD_GPIO) += gpio.o obj-$(CONFIG_CMD_HISTORY) += history.o obj-$(CONFIG_CMD_HVC) += smccc.o obj-$(CONFIG_CMD_I2C) += i2c.o +obj-$(CONFIG_CMD_I3C) += i3c.o obj-$(CONFIG_CMD_IOTRACE) += iotrace.o obj-$(CONFIG_CMD_HASH) += hash.o obj-$(CONFIG_CMD_IDE) += ide.o disk.o |
