mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
lwip: Rename esp32 port layer to esp32xx
As it reflects all chips from esp32-xx family, not only esp32
This commit is contained in:
parent
fa97004faf
commit
332e4902b4
@ -1,7 +1,7 @@
|
|||||||
idf_build_get_property(target IDF_TARGET)
|
idf_build_get_property(target IDF_TARGET)
|
||||||
if(NOT ${target} STREQUAL "linux")
|
if(NOT ${target} STREQUAL "linux")
|
||||||
# ESP platform targets share the same port folder
|
# ESP platform targets share the same port folder
|
||||||
set(target esp32)
|
set(target esp32xx)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(include_dirs
|
set(include_dirs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user