Skip to content

Commit

Permalink
Revert "make_device_config.sh: Fix target path in generated dependenc…
Browse files Browse the repository at this point in the history
…y file"

This reverts commit 23bf49b.

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: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
afaerber authored and blueswirl committed Mar 9, 2013
1 parent eb83990 commit 1b30481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_device_config.sh
Expand Up @@ -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 comments on commit 1b30481

Please sign in to comment.