mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
290 B
Makefile
12 lines
290 B
Makefile
ULP_APP_NAME = ulp_test_app
|
|
|
|
ULP_S_SOURCES = $(addprefix $(COMPONENT_PATH)/ulp/, \
|
|
test_jumps.S \
|
|
)
|
|
|
|
ULP_EXP_DEP_OBJECTS := test_ulp_as.o
|
|
|
|
include $(IDF_PATH)/components/ulp/component_ulp_common.mk
|
|
|
|
COMPONENT_ADD_LDFLAGS += -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|