| 12345678910111213141516 |
- #
- #Component Makefile
- #
- COMPONENT_EXTRA_CLEAN := test_tjpgd_logo.h
- COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive \
- -u ld_include_test_dport_xt_highint5 \
- COMPONENT_SRCDIRS := .
- 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
|