2018-07-30 16:09:00 +00:00
|
|
|
COMPONENT_SRCDIRS := src proto-c
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
2019-04-16 11:44:10 +00:00
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := src proto-c ../protocomm/proto-c/
|
|
|
|
|
2019-09-03 05:12:58 +00:00
|
|
|
# To avoid warning for strncpy in "handlers.c" and "scheme_softap.c"
|
|
|
|
CPPFLAGS += -Wno-stringop-truncation
|
|
|
|
|
2019-07-02 06:20:10 +00:00
|
|
|
ifndef CONFIG_BT_BLUEDROID_ENABLED
|
|
|
|
ifndef CONFIG_BT_NIMBLE_ENABLED
|
|
|
|
COMPONENT_OBJEXCLUDE := src/scheme_ble.o
|
|
|
|
endif
|
2019-04-16 11:44:10 +00:00
|
|
|
endif
|
2019-07-02 06:20:10 +00:00
|
|
|
|