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:
Renz Christian Bagaporo 2019-06-10 18:19:15 +08:00
parent 2c55fae6cf
commit af3a2f3aba

View File

@ -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