mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8e720db65a
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__
|