OVMS3-idf/components/ulp/test/component.mk

14 lines
329 B
Makefile
Raw Normal View History

2018-08-27 02:48:16 +00:00
ULP_APP_NAME = ulp_test_app
2018-08-07 13:13:26 +00:00
2019-08-06 09:59:26 +00:00
COMPONENT_SRCDIRS += esp32
2018-08-07 13:13:26 +00:00
ULP_S_SOURCES = $(addprefix $(COMPONENT_PATH)/ulp/, \
2019-08-06 09:59:26 +00:00
test_jumps_esp32.S \
2018-08-07 13:13:26 +00:00
)
2019-08-06 09:59:26 +00:00
ULP_EXP_DEP_OBJECTS := esp32/test_ulp_as.o
2018-08-07 13:13:26 +00:00
include $(IDF_PATH)/components/ulp/component_ulp_common.mk
COMPONENT_ADD_LDFLAGS += -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive