Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-16 23:39:51 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
d877ca44381bd7af7ff25cb8dd4d24f618dd78e6
esp-idf/components/spi_flash/component.mk

9 lines
202 B
Makefile
Raw Normal View History

Name component makefiles component.mk instead of Makefile Fixes problems with Eclipse trying to build in directories it shouldn't. This is a breaking change for existing repositories, they need to rename any component Makefiles to component.mk and rename their references to $(IDF_PATH)/make/component.mk to $(IDF_PATH)/make/component_common.mk
2016-09-01 09:19:06 +10:00
COMPONENT_ADD_INCLUDEDIRS := include
tools: implement linker script generation
2018-04-18 10:57:45 +08:00
COMPONENT_ADD_LDFRAGMENTS += linker.lf
Remove SPIUnlock from linker script symbols Add a comment about why it was removed and where it went.
2016-10-21 17:08:05 +11:00
ifdef IS_BOOTLOADER_BUILD
# Bootloader needs updated SPIUnlock from this file
COMPONENT_OBJS := spi_flash_rom_patch.o
endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 92ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API