mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-19 21:39:07 +08:00
12 lines
190 B
Makefile
12 lines
190 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
|
|
ifdef IS_BOOTLOADER_BUILD
|
|
COMPONENT_OBJS := src/spi_flash.o src/spi_flash_raw.o
|
|
endif
|
|
|
|
CFLAGS += -DPARTITION_QUEUE_HEADER=\"sys/queue.h\"
|