mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
26047f6029
These drivers are not needed on all platforms. While they are small, it is useful in TPL to drop then. Add Kconfig control to allow this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
6 lines
164 B
Makefile
6 lines
164 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += pch-uclass.o
|
|
obj-$(CONFIG_X86_PCH7) += pch7.o
|
|
obj-$(CONFIG_X86_PCH9) += pch9.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_pch.o
|