cmake: Fix bt component dependencies

pull/2398/head
Angus Gratton 2018-08-20 10:47:55 +10:00 zatwierdzone przez Angus Gratton
rodzic 068a3e2f6a
commit 393c29b656
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -82,10 +82,7 @@ if(CONFIG_BT_ENABLED)
endif()
# requirements can't depend on config
set(COMPONENT_PRIV_REQUIRES lwip nvs_flash)
# currently uses libcoap's hash table in hashkey.h
set(COMPONENT_REQUIRES coap)
set(COMPONENT_PRIV_REQUIRES nvs_flash)
register_component()