mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4220752aed
DISABLED_FOR_TARGETS macros are used Partly revert "ci: disable unavailable tests for esp32s2beta" This partly reverts commit 76a3a5fb48a681c5d209931ea1b1038be201c0ec. Partly revert "ci: disable UTs for esp32s2beta without runners" This partly reverts commit eb158e9a22c5743cd116613bac74c92b560b957a. Partly revert "fix unit test and examples for s2beta" This partly reverts commit 9baa7826be9e2fcf194a934763f54d3ba0a677ba. Partly revert "efuse: Add support for esp32s2beta" This partly reverts commit db84ba868c4c7b266f1574a1dc500203630077d8.
10 lines
221 B
Makefile
10 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
|