Skip to content

Commit e38d162

Browse files
committed
Add image-versions
1 parent d28ea08 commit e38d162

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ image-bootloaders: \
2525
bootloaders/sopine_baseboard-uboot.bin \
2626
u-boot-sopine-flash-spi.img.xz \
2727
u-boot-sopine-erase-spi.img.xz \
28+
29+
.PHONY: versions
30+
versions:
31+
@echo "u-boot: $$(git -C u-boot describe --always)"
32+
@echo "arm-trusted-firmware: $$(git -C arm-trusted-firmware describe --always)"
33+
@echo "sunxi-tools: $$(git -C sunxi-tools describe --always)"

0 commit comments

Comments
 (0)