Searched hist:bb768f71 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/docs/devel/ |
H A D | kconfig.rst | bb768f71 Fri May 10 03:11:59 CDT 2019 Thomas Huth <thuth@redhat.com> Makefile: Fix inclusion of the config-devices.mak.d Kconfig dependencies The Makefile tries to include device Kconfig dependencies via -include $(SUBDIR_DEVICES_MAK_DEP) and thus expects files that match *-softmmu/config-devices.mak.d ... however, the minikconf script currently generates files a la "*-softmmu-config.devices.mak.d" instead, so the dependency files simply got ignored so far. For example, after a "touch hw/arm/Kconfig", the arm-softmmu/config-devices.mak file is currently not re-generated. Fix it by putting the dependency files in the *-softmmu folders now. Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/ |
H A D | Makefile | bb768f71 Fri May 10 03:11:59 CDT 2019 Thomas Huth <thuth@redhat.com> Makefile: Fix inclusion of the config-devices.mak.d Kconfig dependencies The Makefile tries to include device Kconfig dependencies via -include $(SUBDIR_DEVICES_MAK_DEP) and thus expects files that match *-softmmu/config-devices.mak.d ... however, the minikconf script currently generates files a la "*-softmmu-config.devices.mak.d" instead, so the dependency files simply got ignored so far. For example, after a "touch hw/arm/Kconfig", the arm-softmmu/config-devices.mak file is currently not re-generated. Fix it by putting the dependency files in the *-softmmu folders now. Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
H A D | configure | bb768f71 Fri May 10 03:11:59 CDT 2019 Thomas Huth <thuth@redhat.com> Makefile: Fix inclusion of the config-devices.mak.d Kconfig dependencies The Makefile tries to include device Kconfig dependencies via -include $(SUBDIR_DEVICES_MAK_DEP) and thus expects files that match *-softmmu/config-devices.mak.d ... however, the minikconf script currently generates files a la "*-softmmu-config.devices.mak.d" instead, so the dependency files simply got ignored so far. For example, after a "touch hw/arm/Kconfig", the arm-softmmu/config-devices.mak file is currently not re-generated. Fix it by putting the dependency files in the *-softmmu folders now. Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|