|
@@ -1604,7 +1604,8 @@ foreach target : target_dirs
|
|
|
command: [minikconf,
|
|
|
get_option('default_devices') ? '--defconfig' : '--allnoconfig',
|
|
|
config_devices_mak, '@DEPFILE@', '@INPUT@',
|
|
|
- host_kconfig, accel_kconfig])
|
|
|
+ host_kconfig, accel_kconfig,
|
|
|
+ 'CONFIG_' + config_target['TARGET_ARCH'].to_upper() + '=y'])
|
|
|
|
|
|
config_devices_data = configuration_data()
|
|
|
config_devices = keyval.load(config_devices_mak)
|