Skip to content

Commit bf68c25

Browse files
committed
print more info
IoT.js-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
1 parent 091e746 commit bf68c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nuttx/stm32f4dis/app/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ $(LIBS) : copylibs
129129

130130
.built: $(LIBS) $(OBJS)
131131
$(eval OBJS += $(shell find . -name "*.obj"))
132+
@echo "AR stm32 app library $(BIN) with:"
132133
$(call ARCHIVE, $(BIN), $(OBJS))
133134
$(Q) touch .built
134135

0 commit comments

Comments
 (0)