Files
esp-idf/components/spi_flash/test/component.mk
T

10 lines
221 B
Makefile
Raw Normal View History

2016-11-17 16:36:10 +08:00
#
#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