esp-idf/components/jsmn/component.mk

15 lines
242 B
Makefile
Raw Normal View History

2016-10-05 18:49:12 -04:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := include/
COMPONENT_SRCDIRS := src/
2019-11-29 05:05:24 -05:00
ifdef CONFIG_JSMN_PARENT_LINKS
src/jsmn.o: CPPFLAGS += -DJSMN_PARENT_LINKS
endif
ifdef CONFIG_JSMN_STRICT
src/jsmn.o: CPPFLAGS += -DJSMN_STRICT
endif