mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
b45c833c71
This uclass currently has no tests. Add a sandbox driver and some simple tests to provide basic coverage. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: Use "sandbox,pch" for the compatible string, for consistency] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
6 lines
130 B
Makefile
6 lines
130 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += pch-uclass.o
|
|
obj-y += pch7.o
|
|
obj-y += pch9.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_pch.o
|