Makefile: Do not use wildcard hw/*/Kconfig as input for minikconf
commitea763fd23334ee5f11e19c7cd1ae75bcab8dc15c
authorThomas Huth <thuth@redhat.com>
Mon, 3 Feb 2020 15:31:46 +0000 (3 16:31 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 4 Feb 2020 08:00:57 +0000 (4 09:00 +0100)
treeeedf827be35967c8e71ae4fded70c0a67fa42a19
parent3ab5a6ece5ce40a144b6838737f13a413651c5b1
Makefile: Do not use wildcard hw/*/Kconfig as input for minikconf

The hw/*/Kconfig files should be sourced from hw/Kconfig, so there
is no need to pass them along as input files to minikconfig. We should
use the hw/*/Kconfig wildcard only for build dependencies in the Makefile.

With this change, there are now no duplicate entries in the generated
*-softmmu/config-devices.mak.d files anymore, and there is finally a
chance to get rid of stale Kconfig files like hw/bt/Kconfig, too (once
they do not show up in the config-devices.mak.d files now anymore).

Message-Id: <20200203153905.20544-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Makefile