[hw] Get rid of the banner from hw/Makefile
The "are now generated at" message comes from Autumn 2019: we've
probably got the message by now :-) Also, hopefully all the paths that
get echoed to the console will make it really obvious where things are
going.
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/hw/Makefile b/hw/Makefile
index c268150..d72d044 100644
--- a/hw/Makefile
+++ b/hw/Makefile
@@ -84,15 +84,9 @@
.PHONY: $(ips_reg) $(ips_reg_header) $(ips_reg_rust) $(tops_gen) $(tops_reg)
-all: $(ips_reg) $(tops_gen) $(tops_reg) banner
+all: $(ips_reg) $(tops_gen) $(tops_reg)
-banner:
- @echo "############################################"
- @echo "Note: Regs for DV & SW are now generated at:"
- @echo "${REG_OUTPUT_DIR}"
- @echo "############################################"
-
-regs: $(ips_reg) $(tops_reg) banner
+regs: $(ips_reg) $(tops_reg)
$(REG_OUTPUT_DV_DIR) $(REG_OUTPUT_SW_DIR): %:
mkdir -p $@
@@ -114,12 +108,12 @@
lc-state-enc:
cd ${PRJ_DIR} && ./util/design/gen-lc-state-enc.py
-regs-header: $(ips_reg_header) banner
+regs-header: $(ips_reg_header)
$(ips_reg_header): %_reg_header: | $(REG_OUTPUT_SW_DIR)
${PRJ_DIR}/util/regtool.py -D -o $(REG_OUTPUT_SW_DIR)/$*_reg_headers.h $(blk-hjson)
-regs-rust: $(ips_reg_rust_install) $(ips_reg_rust) banner
+regs-rust: $(ips_reg_rust_install) $(ips_reg_rust)
$(ips_reg_rust): $(REG_OUTPUT_SW_DIR)/%_reg_constants.rs: | $(REG_OUTPUT_SW_DIR)
${PRJ_DIR}/util/regtool.py -R -o $@ $(blk-hjson)
@@ -143,4 +137,4 @@
-r -o ${REG_OUTPUT_DV_DIR}/$($@_TOP) ${toolflags}
-.PHONY: all banner otp-mmap lc-state-enc
+.PHONY: all otp-mmap lc-state-enc