mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 19:49:09 +08:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
ifndef IS_BOOTLOADER_BUILD
|
|
COMPONENT_SRCDIRS := src
|
|
endif
|
|
|
|
CFLAGS += -DPARTITION_QUEUE_HEADER=\"sys/queue.h\"
|