diff options
Diffstat (limited to 'src/drivers/emulation/qemu/Makefile.mk')
-rw-r--r-- | src/drivers/emulation/qemu/Makefile.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/drivers/emulation/qemu/Makefile.mk b/src/drivers/emulation/qemu/Makefile.mk new file mode 100644 index 0000000000..6f5ff3a1d6 --- /dev/null +++ b/src/drivers/emulation/qemu/Makefile.mk @@ -0,0 +1,10 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-$(CONFIG_CONSOLE_QEMU_DEBUGCON) += qemu_debugcon.c +romstage-$(CONFIG_CONSOLE_QEMU_DEBUGCON) += qemu_debugcon.c +postcar-$(CONFIG_CONSOLE_QEMU_DEBUGCON) += qemu_debugcon.c +ramstage-$(CONFIG_CONSOLE_QEMU_DEBUGCON) += qemu_debugcon.c + +ramstage-$(CONFIG_DRIVERS_EMULATION_QEMU_BOCHS) += bochs.c +ramstage-$(CONFIG_DRIVERS_EMULATION_QEMU_BOCHS) += cirrus.c +ramstage-$(CONFIG_DRIVERS_EMULATION_QEMU_BOCHS) += ../../pc80/vga/vga_io.c |