]> git.ipfire.org Git - thirdparty/qemu.git/commit
Makefile: Fix config-devices.mak not regenerated when Kconfig updated
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 3 Nov 2019 22:12:24 +0000 (23:12 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)
commitb6011caff1223a162648167e3c4ef7c66716c3ba
tree4aadfd3f481a60918e88792af59176078de70956
parent412fbef3d076c43e56451bacb28c4544858c66a3
Makefile: Fix config-devices.mak not regenerated when Kconfig updated

When hw/$DIR/Kconfig is changed, the corresponding generated
hw/$DIR/config-devices.mak is not being updated.
Fix this by including all the hw/*/Kconfig files to the prerequisite
names of the rule generating the config-devices.mak files.

Fixes: e0e312f3525a (build: switch to Kconfig)
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Makefile