mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 17:47:04 +08:00
12 lines
157 B
Makefile
12 lines
157 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
|
|
ifndef IS_BOOTLOADER_BUILD
|
|
CFLAGS += -DUSING_IBUS_FASTER_GET
|
|
endif
|