mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(esp_ringbuffer): Enable build on Linix
This commit is contained in:
parent
d2d75efeff
commit
3589478a9e
@ -1,9 +1,5 @@
|
||||
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"
|
||||
INCLUDE_DIRS "include"
|
||||
LDFRAGMENTS linker.lf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user