qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC v11 04/55] target/arm: tcg: add sysemu and user subdirs


From: Richard Henderson
Subject: Re: [RFC v11 04/55] target/arm: tcg: add sysemu and user subdirs
Date: Wed, 24 Mar 2021 12:18:54 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/23/21 9:16 AM, Claudio Fontana wrote:
+arm_softmmu_ss.add(when: ['CONFIG_TCG','CONFIG_SOFTMMU'], if_true: files(
+))
diff --git a/target/arm/tcg/user/meson.build b/target/arm/tcg/user/meson.build
new file mode 100644
index 0000000000..d70a51ea9a
--- /dev/null
+++ b/target/arm/tcg/user/meson.build
@@ -0,0 +1,3 @@
+
+arm_user_ss.add(when: ['CONFIG_TCG','CONFIG_USER_ONLY'], if_true: files(

Actually, surely the CONFIG_USER_ONLY and CONFIG_SOFTMMU tests are redundant with the variables, as they are eventually added to target_softmmu_arch and target_user_arch.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]