summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-i440fx/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx/Makefile.mk')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/Makefile.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/Makefile.mk b/src/mainboard/emulation/qemu-i440fx/Makefile.mk
new file mode 100644
index 0000000000..7d6041b62d
--- /dev/null
+++ b/src/mainboard/emulation/qemu-i440fx/Makefile.mk
@@ -0,0 +1,12 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+romstage-y += memmap.c
+
+postcar-y += memmap.c
+postcar-y += exit_car.S
+
+ramstage-y += memmap.c
+ramstage-y += northbridge.c
+
+all-y += fw_cfg.c
+all-y += bootmode.c