component.mk 431 B

12345678910111213141516
  1. #
  2. #Component Makefile
  3. #
  4. COMPONENT_EXTRA_CLEAN := test_tjpgd_logo.h
  5. COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive \
  6. -u ld_include_test_dport_xt_highint5 \
  7. COMPONENT_SRCDIRS := .
  8. test_tjpgd.o: test_tjpgd_logo.h
  9. test_tjpgd_logo.h: $(COMPONENT_PATH)/logo.jpg
  10. $(summary) XXD logo.jpg
  11. cd $(COMPONENT_PATH); xxd -i logo.jpg $(COMPONENT_BUILD_DIR)/test_tjpgd_logo.h