]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/ti-sgx-um: fix Config.in
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 16 Jul 2016 15:02:39 +0000 (17:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 16 Jul 2016 18:17:28 +0000 (20:17 +0200)
The continuation line was fogotten. However, it fits on a single line.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ti-sgx-um/Config.in

index 2be6c0638dcfe497c928d91060fc4ba84c7be21b..8e1e4fb27011cdb8b4ee138aa2c6c99489193d8d 100644 (file)
@@ -2,8 +2,7 @@ comment "ti-sgx-um needs the ti-sgx-km driver"
        depends on !BR2_PACKAGE_TI_SGX_KM
 
 comment "ti-sgx-um needs a glibc toolchain w/ threads"
-       depends on !BR2_TOOLCHAIN_USES_GLIBC ||
-               !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_TI_SGX_UM
        bool "ti-sgx-um"