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.
pull/3627/head
Renz Christian Bagaporo 2019-06-10 18:19:15 +08:00
rodzic 2c55fae6cf
commit af3a2f3aba
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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