diff options
author | Thomas Huth <thuth@redhat.com> | 2020-01-23 07:45:25 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-02-06 11:01:24 +0100 |
commit | 34959c24b0ef0d64316d96dc7d4c2566016696ea (patch) | |
tree | 77e8b2347f7988dc46853b8d71d56251a8c6b10f | |
parent | e21d73ec7fe0d734589fd3cd5a25c71bcec093d1 (diff) |
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 <thuth@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200123064525.6935-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r-- | hw/bt/Kconfig | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/hw/bt/Kconfig b/hw/bt/Kconfig deleted file mode 100644 index e69de29bb2..0000000000 --- a/hw/bt/Kconfig +++ /dev/null |