summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/x86/cpu/coreboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/x86/cpu/coreboot/Makefile')
-rw-r--r--qemu/roms/u-boot/arch/x86/cpu/coreboot/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/x86/cpu/coreboot/Makefile b/qemu/roms/u-boot/arch/x86/cpu/coreboot/Makefile
new file mode 100644
index 000000000..cd0bf4ed3
--- /dev/null
+++ b/qemu/roms/u-boot/arch/x86/cpu/coreboot/Makefile
@@ -0,0 +1,22 @@
+#
+# Copyright (c) 2011 The Chromium OS Authors.
+#
+# (C) Copyright 2008
+# Graeme Russ, graeme.russ@gmail.com.
+#
+# (C) Copyright 2006
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# (C) Copyright 2002
+# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_SYS_COREBOOT) += car.o
+obj-$(CONFIG_SYS_COREBOOT) += coreboot.o
+obj-$(CONFIG_SYS_COREBOOT) += tables.o
+obj-$(CONFIG_SYS_COREBOOT) += ipchecksum.o
+obj-$(CONFIG_SYS_COREBOOT) += sdram.o
+obj-$(CONFIG_SYS_COREBOOT) += timestamp.o
+obj-$(CONFIG_PCI) += pci.o