]> Git Repo - qemu.git/commit - scripts/make_device_config.sh
make_device_config.sh: Emit dependency file to directory where included
authorAndreas Färber <[email protected]>
Thu, 21 Feb 2013 15:26:46 +0000 (16:26 +0100)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
Makefile
scripts/make_device_config.sh
This page took 0.024645 seconds and 4 git commands to generate.