mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
296 B
Makefile
11 lines
296 B
Makefile
|
COMPONENT_SRCDIRS := . esp32
|
||
|
COMPONENT_ADD_INCLUDEDIRS := esp32/include include
|
||
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|
||
|
|
||
|
COMPONENT_OBJEXCLUDE += ./spi_slave_hd_hal.o ./spi_flash_hal_gpspi.o ./spi_slave_hd_hal.o
|
||
|
|
||
|
ifndef CONFIG_ETH_USE_ESP32_EMAC
|
||
|
COMPONENT_OBJEXCLUDE += esp32/emac_hal.o
|
||
|
endif
|
||
|
|