We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28ea08 commit e38d162Copy full SHA for e38d162
Makefile
@@ -25,3 +25,9 @@ image-bootloaders: \
25
bootloaders/sopine_baseboard-uboot.bin \
26
u-boot-sopine-flash-spi.img.xz \
27
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