Skip to content
Snippets Groups Projects
Commit 1b304817 authored by Andreas Färber's avatar Andreas Färber Committed by Blue Swirl
Browse files

Revert "make_device_config.sh: Fix target path in generated dependency file"


This reverts commit 23bf49b5.

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 should unbreak pci.mak dependencies not propagating.

Reported-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent eb839909
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,4 @@ done
process_includes $src > $dest
cat $src $all_includes | grep -v '^include' > $dest
echo "`basename $1`: $all_includes" > $dep
echo "$1: $all_includes" > $dep
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment