mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(esp_ringbuffer): Enable build on Linix
This commit is contained in:
@ -1,9 +1,5 @@
|
|||||||
idf_build_get_property(target IDF_TARGET)
|
idf_build_get_property(target IDF_TARGET)
|
||||||
|
|
||||||
if(${target} STREQUAL "linux")
|
|
||||||
return() # This component is not supported by the POSIX/Linux simulator
|
|
||||||
endif()
|
|
||||||
|
|
||||||
idf_component_register(SRCS "ringbuf.c"
|
idf_component_register(SRCS "ringbuf.c"
|
||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
LDFRAGMENTS linker.lf)
|
LDFRAGMENTS linker.lf)
|
||||||
|
Reference in New Issue
Block a user