OVMS3-idf/components/esp_event/test/component.mk
2019-09-04 10:53:25 +10:00

7 lines
189 B
Makefile

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