Skip to content

Commit

Permalink
Add image-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jan 16, 2018
1 parent d28ea08 commit e38d162
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ image-bootloaders: \
bootloaders/sopine_baseboard-uboot.bin \
u-boot-sopine-flash-spi.img.xz \
u-boot-sopine-erase-spi.img.xz \

.PHONY: versions
versions:
@echo "u-boot: $$(git -C u-boot describe --always)"
@echo "arm-trusted-firmware: $$(git -C arm-trusted-firmware describe --always)"
@echo "sunxi-tools: $$(git -C sunxi-tools describe --always)"

0 comments on commit e38d162

Please sign in to comment.