summaryrefslogtreecommitdiff
path: root/src/cpu/qemu-x86/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/qemu-x86/Makefile.mk')
-rw-r--r--src/cpu/qemu-x86/Makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/qemu-x86/Makefile.mk b/src/cpu/qemu-x86/Makefile.mk
new file mode 100644
index 0000000000..b50dee5ccc
--- /dev/null
+++ b/src/cpu/qemu-x86/Makefile.mk
@@ -0,0 +1,8 @@
+## SPDX-License-Identifier: GPL-2.0-or-later
+
+bootblock-y += cache_as_ram_bootblock.S
+bootblock-y += bootblock.c
+
+romstage-y += ../intel/car/romstage.c
+
+ramstage-y += qemu.c