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>
7 lines
130 B
Makefile
7 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
|