mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
9a8bcabd8a
Add test infrastructure and tests for the AXI uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
12 lines
319 B
Makefile
12 lines
319 B
Makefile
#
|
|
# (C) Copyright 2017
|
|
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_AXI) += axi-uclass.o
|
|
obj-$(CONFIG_IHS_AXI) += ihs_axi.o
|
|
obj-$(CONFIG_SANDBOX) += axi-emul-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_store.o
|
|
obj-$(CONFIG_AXI_SANDBOX) += axi_sandbox.o
|