diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2019-06-24 17:17:32 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-06-09 06:59:44 +0200 |
commit | 6007523a80bc5100c22a1caf642a9e8a3ea7bd15 (patch) | |
tree | 02a1b2923c98856c7960b6be4d021727f83d04c9 /hw/misc/Makefile.objs | |
parent | c0e43084dd63daf63e8f7f5a866f2861a5e8d630 (diff) | |
download | qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.zip qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.tar.gz qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.tar.bz2 |
hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
Add an entry for the 'empty_slot' device.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Message-Id: <20200510152840.13558-7-f4bug@amsat.org>
Diffstat (limited to 'hw/misc/Makefile.objs')
-rw-r--r-- | hw/misc/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index 60a9d80..5aaca8a 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -10,6 +10,7 @@ common-obj-$(CONFIG_EDU) += edu.o common-obj-$(CONFIG_PCA9552) += pca9552.o common-obj-$(CONFIG_UNIMP) += unimp.o +common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o common-obj-$(CONFIG_FW_CFG_DMA) += vmcoreinfo.o # ARM devices |