mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-04 21:41:30 +01:00
Add s simple test for the I3C uclass in sandbox. Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
6 lines
143 B
Makefile
6 lines
143 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y := i3c-uclass.o device.o master.o
|
|
obj-y += master/
|
|
obj-$(CONFIG_I3C_SANDBOX) += sandbox_i3c.o
|