9 lines
221 B
Makefile
9 lines
221 B
Makefile
#
|
|
#Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
|
|
|
ifdef CONFIG_SPI_FLASH_USE_LEGACY_IMPL
|
|
COMPONENT_OBJEXCLUDE += test_esp_flash.o test_partition_ext.o
|
|
endif
|