]> Git Repo - u-boot.git/blob - drivers/pch/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / drivers / pch / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 obj-y += pch-uclass.o
4 obj-$(CONFIG_X86_PCH7) += pch7.o
5 obj-$(CONFIG_X86_PCH9) += pch9.o
6 obj-$(CONFIG_SANDBOX) += sandbox_pch.o
This page took 0.02918 seconds and 4 git commands to generate.