Merge branch 'bugfix/spi_eeprom_example_make_build' into 'master'

spi: fix the component.mk for eeprom example

See merge request espressif/esp-idf!8187
This commit is contained in:
Michael (XIAO Xufeng) 2020-03-31 22:33:07 +08:00
commit 4a005a02f9

View File

@ -3,4 +3,4 @@
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
COMPONENT_ADD_LDFRAGMENTS += "linker.lf"
COMPONENT_ADD_LDFRAGMENTS += linker.lf