default-configs: move files to default-configs/devices/
Make room for target files in default-configs/targets/ Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3350870143
commit
1bb4cb1c33
6
configure
vendored
6
configure
vendored
@ -1719,13 +1719,13 @@ default_target_list=""
|
|||||||
mak_wilds=""
|
mak_wilds=""
|
||||||
|
|
||||||
if [ "$softmmu" = "yes" ]; then
|
if [ "$softmmu" = "yes" ]; then
|
||||||
mak_wilds="${mak_wilds} $source_path/default-configs/*-softmmu.mak"
|
mak_wilds="${mak_wilds} $source_path/default-configs/devices/*-softmmu.mak"
|
||||||
fi
|
fi
|
||||||
if [ "$linux_user" = "yes" ]; then
|
if [ "$linux_user" = "yes" ]; then
|
||||||
mak_wilds="${mak_wilds} $source_path/default-configs/*-linux-user.mak"
|
mak_wilds="${mak_wilds} $source_path/default-configs/devices/*-linux-user.mak"
|
||||||
fi
|
fi
|
||||||
if [ "$bsd_user" = "yes" ]; then
|
if [ "$bsd_user" = "yes" ]; then
|
||||||
mak_wilds="${mak_wilds} $source_path/default-configs/*-bsd-user.mak"
|
mak_wilds="${mak_wilds} $source_path/default-configs/devices/*-bsd-user.mak"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the user doesn't explicitly specify a deprecated target we will
|
# If the user doesn't explicitly specify a deprecated target we will
|
||||||
|
@ -695,7 +695,7 @@ foreach target : target_dirs
|
|||||||
|
|
||||||
config_devices_mak = target + '-config-devices.mak'
|
config_devices_mak = target + '-config-devices.mak'
|
||||||
config_devices_mak = configure_file(
|
config_devices_mak = configure_file(
|
||||||
input: ['default-configs' / target + '.mak', 'Kconfig'],
|
input: ['default-configs/devices' / target + '.mak', 'Kconfig'],
|
||||||
output: config_devices_mak,
|
output: config_devices_mak,
|
||||||
depfile: config_devices_mak + '.d',
|
depfile: config_devices_mak + '.d',
|
||||||
capture: true,
|
capture: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user