mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Some of the special CFLAGS required for masking warnings are no more required with updated tinycbor release.
7 lines
207 B
Makefile
7 lines
207 B
Makefile
COMPONENT_SUBMODULES += tinycbor
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include
|
|
COMPONENT_SRCDIRS := tinycbor/src
|
|
COMPONENT_PRIV_INCLUDEDIRS := tinycbor/src
|
|
|
|
tinycbor/src/open_memstream.o: CFLAGS += -D__linux__
|