mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
304 B
Makefile
8 lines
304 B
Makefile
COMPONENT_SRCDIRS := . $(IDF_TARGET)
|
|
COMPONENT_ADD_INCLUDEDIRS := include $(IDF_TARGET) $(IDF_TARGET)/include
|
|
|
|
COMPONENT_ADD_LINKER_DEPS += $(COMPONENT_PATH) esp32/ld/esp32.peripherals.ld
|
|
COMPONENT_ADD_LDFLAGS += -T $(COMPONENT_PATH)/esp32/ld/esp32.peripherals.ld
|
|
|
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|