Files
esp-idf/components/esp32/test/component.mk
T

17 lines
431 B
Makefile
Raw Normal View History

2016-11-17 16:36:10 +08:00
#
#Component Makefile
#
COMPONENT_EXTRA_CLEAN := test_tjpgd_logo.h
2019-06-28 13:34:19 +08:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive \
-u ld_include_test_dport_xt_highint5 \
2016-11-17 16:36:10 +08:00
COMPONENT_SRCDIRS := .
2016-11-17 16:36:10 +08:00
test_tjpgd.o: test_tjpgd_logo.h
test_tjpgd_logo.h: $(COMPONENT_PATH)/logo.jpg
$(summary) XXD logo.jpg
cd $(COMPONENT_PATH); xxd -i logo.jpg $(COMPONENT_BUILD_DIR)/test_tjpgd_logo.h