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-12-02 07:09:33 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
aafaebefb43a473ad1329ccddee29e61b45793ba
esp-idf/components/spi_flash/component.mk

9 lines
208 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
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
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
include $(IDF_PATH)/make/component_common.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 79ms Template: 2ms
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