Re: [PATCH] hw/bt: Remove empty Kconfig file

2020-02-06 Thread Thomas Huth
On 06/02/2020 12.38, Peter Maydell wrote: > On Thu, 23 Jan 2020 at 06:46, Thomas Huth wrote: >> >> 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

Re: [PATCH] hw/bt: Remove empty Kconfig file

2020-02-06 Thread Peter Maydell
On Thu, 23 Jan 2020 at 06:46, Thomas Huth wrote: > > 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. Meanwhil

Re: [PATCH] hw/bt: Remove empty Kconfig file

2020-02-06 Thread Laurent Vivier
Le 23/01/2020 à 07:45, Thomas Huth a écrit : > 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

[PATCH] hw/bt: Remove empty Kconfig file

2020-01-22 Thread Thomas Huth
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 w