OVMS3-idf/components/esp_event/test/component.mk
2019-11-03 16:19:30 +08:00

6 lines
162 B
Makefile

#
#Component Makefile
#
COMPONENT_PRIV_INCLUDEDIRS := ../private_include .
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive