mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00: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__
|