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
|
|
|
|
2018-11-13 20:14:17 +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
|
2017-10-18 21:09:53 +08:00
|
|
|
cd $(COMPONENT_PATH); xxd -i logo.jpg $(COMPONENT_BUILD_DIR)/test_tjpgd_logo.h
|