summaryrefslogtreecommitdiff
path: root/board/emulation/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/emulation/common/Makefile')
-rw-r--r--board/emulation/common/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/emulation/common/Makefile b/board/emulation/common/Makefile
new file mode 100644
index 0000000000..7ed447a69d
--- /dev/null
+++ b/board/emulation/common/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += qemu_mtdparts.o
+obj-$(CONFIG_SET_DFU_ALT_INFO) += qemu_dfu.o
+obj-$(CONFIG_EFI_CAPSULE_FIRMWARE_MANAGEMENT) += qemu_capsule.o