Browse Source
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>pull/107/head
2 changed files with 6 additions and 8 deletions
@ -0,0 +1,4 @@ |
|||
source Kconfig.host |
|||
source backends/Kconfig |
|||
source accel/Kconfig |
|||
source hw/Kconfig |
|||
Loading…
Reference in new issue