From 0bac82327160f308016cb2ca02dc2c8c8870d9e6 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 21 Mar 2018 23:10:40 +0100 Subject: [PATCH] Makefile: also show version and build time --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e3436b3..23457d5 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,8 @@ vram0: firm: $(ELF) vram0 @test `wc -c <$(VRAM_OUT)` -le 3145728 @mkdir -p $(call dirname,"$(FIRM)") $(call dirname,"$(FIRMD)") + @echo "[VERSION] $(VERSION)" + @echo "[BUILD] $(DBUILTL)" @echo "[FIRM] $(FIRM)" @firmtool build $(FIRM) $(FTFLAGS) -g -A 0x18000000 -D $(ELF) $(VRAM_OUT) -C NDMA XDMA memcpy @echo "[FIRM] $(FIRMD)"