package/ti-sgx-um: fix Config.in

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>
This commit is contained in:
Yann E. MORIN 2016-07-16 17:02:39 +02:00 committed by Thomas Petazzoni
parent 84ef88f0bc
commit f5dd604082

View 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"