mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Makefile: also show version and build time
This commit is contained in:
parent
541d7650bb
commit
0bac823271
2
Makefile
2
Makefile
@ -77,6 +77,8 @@ vram0:
|
|||||||
firm: $(ELF) vram0
|
firm: $(ELF) vram0
|
||||||
@test `wc -c <$(VRAM_OUT)` -le 3145728
|
@test `wc -c <$(VRAM_OUT)` -le 3145728
|
||||||
@mkdir -p $(call dirname,"$(FIRM)") $(call dirname,"$(FIRMD)")
|
@mkdir -p $(call dirname,"$(FIRM)") $(call dirname,"$(FIRMD)")
|
||||||
|
@echo "[VERSION] $(VERSION)"
|
||||||
|
@echo "[BUILD] $(DBUILTL)"
|
||||||
@echo "[FIRM] $(FIRM)"
|
@echo "[FIRM] $(FIRM)"
|
||||||
@firmtool build $(FIRM) $(FTFLAGS) -g -A 0x18000000 -D $(ELF) $(VRAM_OUT) -C NDMA XDMA memcpy
|
@firmtool build $(FIRM) $(FTFLAGS) -g -A 0x18000000 -D $(ELF) $(VRAM_OUT) -C NDMA XDMA memcpy
|
||||||
@echo "[FIRM] $(FIRMD)"
|
@echo "[FIRM] $(FIRMD)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user