aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/pch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/pch/Makefile')
-rw-r--r--roms/u-boot/drivers/pch/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/pch/Makefile b/roms/u-boot/drivers/pch/Makefile
new file mode 100644
index 000000000..d5de3e48b
--- /dev/null
+++ b/roms/u-boot/drivers/pch/Makefile
@@ -0,0 +1,6 @@
+# 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