Files
u-boot/drivers/interconnect/Makefile
Neil Armstrong 9ab7163710 interconnect: add DM test suite
Add a test suite exercising the whole lifetime and callbacks
of interconnect with a fake 5 providers with a split node graph.

The test suite checks the calculus are right and goes to the correct
nodes, and the lifetime of the node is correct.

Link: https://patch.msgid.link/20251120-topic-interconnect-next-v5-2-e8a82720da5d@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
2025-11-20 09:17:58 +01:00

8 lines
235 B
Makefile

# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2025 Linaro Limited
#
obj-$(CONFIG_$(PHASE_)INTERCONNECT) += interconnect-uclass.o
obj-$(CONFIG_$(PHASE_)INTERCONNECT_SANDBOX) += sandbox-interconnect.o sandbox-interconnect-test.o