2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-01-06 18:28:56 +00:00
u-boot/drivers/pch/Makefile

7 lines
164 B
Makefile
Raw Normal View History

# 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