This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-10-05 19:40:59 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c1a874fb9e7a7b51f6be0fd91a8dcabe00e9fc7d
esp-idf
/
components
/
tcpip_adapter
/
component.mk
6 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial public version
2016-08-17 23:08:22 +08:00
#
# Component Makefile
#
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
i
n
c
l
u
d
e
$(
IDF_PATH
)
/
m
a
k
e
/
c
o
m
p
o
n
e
n
t
_
c
o
m
m
o
n
.
m
k
Reference in New Issue
Copy Permalink