component.mk 248 B

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