summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini2020-06-26 13:18:16 +0200
committerPaolo Bonzini2020-07-11 00:02:21 +0200
commitaaa1b70a0bb1fc1357c6c6828bcc8ff702e7eac4 (patch)
tree91f46ae092e8779330cdb7fef4dbb2c561110f99 /Kconfig
parentaccel/tcg: Add stub for probe_access() (diff)
downloadqemu-aaa1b70a0bb1fc1357c6c6828bcc8ff702e7eac4.tar.gz
qemu-aaa1b70a0bb1fc1357c6c6828bcc8ff702e7eac4.tar.xz
qemu-aaa1b70a0bb1fc1357c6c6828bcc8ff702e7eac4.zip
Makefile: simplify MINIKCONF rules
There is no reason to write MINIKCONF_DEPS manually, since minikconf.py emits a dependency file, and also no reason to list multiple Kconfig files on the command line since they can be included from a master file in the top-level source directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
new file mode 100644
index 0000000000..bf694c42af
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,4 @@
+source Kconfig.host
+source backends/Kconfig
+source accel/Kconfig
+source hw/Kconfig