qemu: rewrite BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS to be more readable
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 16:36:34 +0000 (18:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Apr 2018 13:24:33 +0000 (15:24 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qemu/Config.in.host

index 0ef4c700b0a88a0f1314d9c5329f5b409877634f..160778c834179a001b6c94b29c761ec65ebc2c3d 100644 (file)
@@ -1,11 +1,22 @@
 config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
        bool
-       default y if BR2_arm || BR2_armeb       || BR2_aarch64      || \
-               BR2_i386         || BR2_m68k        || BR2_microblazeel || \
-               BR2_microblazebe || BR2_mips        || BR2_mipsel       || \
-               BR2_mips64       || BR2_mips64el    || BR2_powerpc      || \
-               BR2_powerpc64    || BR2_powerpc64le || BR2_sh           || \
-               BR2_sparc        || BR2_x86_64
+       default y if BR2_arm
+       default y if BR2_armeb
+       default y if BR2_aarch64
+       default y if BR2_i386
+       default y if BR2_m68k
+       default y if BR2_microblazeel
+       default y if BR2_microblazebe
+       default y if BR2_mips
+       default y if BR2_mipsel
+       default y if BR2_mips64
+       default y if BR2_mips64el
+       default y if BR2_powerpc
+       default y if BR2_powerpc64
+       default y if BR2_powerpc64le
+       default y if BR2_sh
+       default y if BR2_sparc
+       default y if BR2_x86_64
        depends on !BR2_powerpc_620 && !BR2_powerpc_630 && !BR2_powerpc_970
 
 config BR2_PACKAGE_HOST_QEMU