|
@@ -2633,7 +2633,6 @@ subdir('linux-user')
|
|
|
|
|
|
specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss)
|
|
specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss)
|
|
|
|
|
|
-linux_user_ss.add(files('thunk.c'))
|
|
|
|
specific_ss.add_all(when: 'CONFIG_LINUX_USER', if_true: linux_user_ss)
|
|
specific_ss.add_all(when: 'CONFIG_LINUX_USER', if_true: linux_user_ss)
|
|
|
|
|
|
common_user_ss = common_user_ss.apply(config_all, strict: false)
|
|
common_user_ss = common_user_ss.apply(config_all, strict: false)
|