Merge branch 'bugfix/esp_event_fix_placement_issue_on_make' into 'master'

esp_event: fix missed placement on make builds

See merge request idf/esp-idf!5179
This commit is contained in:
Ivan Grokhotkov 2019-06-11 19:32:45 +08:00
commit 8886e3fbc3

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