On 21 February 2013 15:26, Andreas Färber <afaer...@suse.de> wrote: > This reverts commit 23bf49b5eca716aaad073f2b47613434e1515cb5. > > While *-softmmu/config-devices.mak.d is included through *.d pattern via > Makefile.target, the make_devices_config.sh call these dependencies are > for is in ./Makefile. Therefore revert to original behavior.
This commit message is wrong, isn't it? *-softmmu/config-devices.mak.d is included from Makefile, not Makefile.target: SUBDIR_DEVICES_MAK_DEP=$(patsubst %, %/config-devices.mak.d, $(TARGET_DIRS)) # and then later: -include $(SUBDIR_DEVICES_MAK_DEP) -- PMM