mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_event: fix placement issue when building with make
The CMake build uses the linker fragment file to place functions in IRAM on certain configurations. This commit does that for Make as well.
This commit is contained in:
parent
2c55fae6cf
commit
af3a2f3aba
@ -4,6 +4,7 @@
|
||||
COMPONENT_ADD_INCLUDEDIRS := include
|
||||
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
||||
COMPONENT_SRCDIRS := .
|
||||
COMPONENT_ADD_LDFRAGMENTS := linker.lf
|
||||
|
||||
ifdef CONFIG_ESP_EVENT_LOOP_PROFILING
|
||||
PROFILING_ENABLED := 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user