summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7/Makefile.mk')
-rw-r--r--src/mainboard/emulation/qemu-armv7/Makefile.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/Makefile.mk b/src/mainboard/emulation/qemu-armv7/Makefile.mk
new file mode 100644
index 0000000000..65fdfe131e
--- /dev/null
+++ b/src/mainboard/emulation/qemu-armv7/Makefile.mk
@@ -0,0 +1,17 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+romstage-y += romstage.c
+
+romstage-y += cbmem.c
+
+bootblock-y += media.c
+romstage-y += media.c
+ramstage-y += media.c
+
+bootblock-y += timer.c
+romstage-y += timer.c
+ramstage-y += timer.c
+
+bootblock-y += mmio.c
+romstage-y += mmio.c
+ramstage-y += mmio.c