From: Thomas Huth Date: Thu, 23 Jan 2020 06:45:25 +0000 (+0100) Subject: hw/bt: Remove empty Kconfig file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34959c24b0ef0d64316d96dc7d4c2566016696ea;p=qemu.git hw/bt: Remove empty Kconfig file While removing the bluetooth code some weeks ago, I had to leave the hw/bt/Kconfig file around. Otherwise some of the builds would have been broken since the generated dependency files tried to include it before they were rebuilt. Meanwhile, all those dependency files should have been updated, so we can remove the empty Kconfig file now, too. Signed-off-by: Thomas Huth Reviewed-by: Laurent Vivier Message-Id: <20200123064525.6935-1-thuth@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/bt/Kconfig b/hw/bt/Kconfig deleted file mode 100644 index e69de29bb2..0000000000