component.mk 221 B

123456789
  1. #
  2. #Component Makefile
  3. #
  4. COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
  5. ifdef CONFIG_SPI_FLASH_USE_LEGACY_IMPL
  6. COMPONENT_OBJEXCLUDE += test_esp_flash.o test_partition_ext.o
  7. endif