OVMS3-idf/components/jsmn/component.mk

15 lines
242 B
Makefile
Raw Normal View History

2016-10-05 22:49:12 +00:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := include/
COMPONENT_SRCDIRS := src/
2019-11-29 10:05:24 +00: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