This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
e2dd6ebcf0
esp-idf
/
components
/
tcpip_adapter
/
component.mk
6 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial public version
2016-08-17 11:08:22 -04: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-08-31 19:19:06 -04: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