mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
66fb5a29bb
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
10 lines
271 B
Makefile
10 lines
271 B
Makefile
COMPONENT_SRCDIRS := src proto-c
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := src proto-c ../protocomm/proto-c/
|
|
|
|
ifndef CONFIG_BT_BLUEDROID_ENABLED
|
|
ifndef CONFIG_BT_NIMBLE_ENABLED
|
|
COMPONENT_OBJEXCLUDE := src/scheme_ble.o
|
|
endif
|
|
endif
|