]> git.proxmox.com Git - qemu.git/commit - Makefile
make_device_config.sh: Emit dependency file to directory where included
authorAndreas Färber <afaerber@suse.de>
Thu, 21 Feb 2013 15:26:46 +0000 (16:26 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Mar 2013 12:00:03 +0000 (12:00 +0000)
commit880708013357fa5d1c077e2a4a364b65706e09e7
tree7fa4915cbc7735a33eb23a0c19336b12c59c90eb
parent1b3048170ad0dad83186a39cbf22471fc32583ea
make_device_config.sh: Emit dependency file to directory where included

Placing the config-devices.mak.d file alongside the config-devices.mak
file in *-softmmu/ lead to it getting included into through
*-softmmu/Makefile in addition to ./Makefile, leading to confusion.

Instead, emit it to ./%-config-devices.mak.d, where it is included.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile
scripts/make_device_config.sh