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