diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-18 06:06:09 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-03 08:07:35 -0400 |
commit | 1bb4cb1c33805c0da0db5b76852bb73759625c4e (patch) | |
tree | 7bcbf8234429845f1db5b98c3a757ee9b4078ffa /meson.build | |
parent | 3350870143e614a0e56d8321f42bc2d7e8a4b471 (diff) |
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>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 0f0cc21d16..41e5763e75 100644 --- a/meson.build +++ b/meson.build @@ -695,7 +695,7 @@ foreach target : target_dirs config_devices_mak = target + '-config-devices.mak' config_devices_mak = configure_file( - input: ['default-configs' / target + '.mak', 'Kconfig'], + input: ['default-configs/devices' / target + '.mak', 'Kconfig'], output: config_devices_mak, depfile: config_devices_mak + '.d', capture: true, |