component.mk 216 B

12345678910
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := include
  5. COMPONENT_SRCDIRS := src
  6. COMPONENT_ADD_LDFRAGMENTS += linker.lf
  7. ifndef CONFIG_IDF_TARGET_ESP32
  8. COMPONENT_OBJEXCLUDE += src/esp_eth_mac_esp32.o
  9. endif