[coreboot-gerrit] New patch to review for coreboot: amdfwtool: Hide the prefix of target

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Tue Dec 8 16:42:56 CET 2015


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12685

-gerrit

commit ddcaa021ae2f67ded95d32f7f4f6a3d36d3fa729
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Tue Dec 8 23:41:37 2015 +0800

    amdfwtool: Hide the prefix of target
    
    Make the definitions of rules compliant with
    others.
    
    Change-Id: Ieef3a9c3fae5beaa1ea3e14e890cfb9145090c3b
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 src/southbridge/amd/agesa/hudson/Makefile.inc | 2 +-
 src/southbridge/amd/pi/hudson/Makefile.inc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc
index e638c39..a9b3bbf 100644
--- a/src/southbridge/amd/agesa/hudson/Makefile.inc
+++ b/src/southbridge/amd/agesa/hudson/Makefile.inc
@@ -58,7 +58,7 @@ $(obj)/amdfw.rom:	$(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM_FILE)) \
 			$(call strip_quotes, $(CONFIG_HUDSON_GEC_FWM_FILE)) \
 			$(AMDFWTOOL)
 	rm -f $@
-	echo "    AMDFWTOOL  $@"
+	@printf "    AMDFWTOOL  $(subst $(obj)/,,$(@))\n"
 	$(AMDFWTOOL) \
 		$(OPT_HUDSON_XHCI_FWM_FILE) \
 		$(OPT_HUDSON_IMC_FWM_FILE) \
diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc
index 81558d3..5b5c851 100644
--- a/src/southbridge/amd/pi/hudson/Makefile.inc
+++ b/src/southbridge/amd/pi/hudson/Makefile.inc
@@ -206,7 +206,7 @@ $(obj)/amdfw.rom:	$(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM_FILE)) \
 			$(call strip_quotes, $(CONFIG_SMUFIRMWARE2_FILE)) \
 			$(AMDFWTOOL)
 	rm -f $@
-	echo "    AMDFWTOOL  $@"
+	@printf "    AMDFWTOOL  $(subst $(obj)/,,$(@))\n"
 	$(AMDFWTOOL) \
 		$(OPT_HUDSON_XHCI_FWM_FILE) \
 		$(OPT_HUDSON_IMC_FWM_FILE) \



More information about the coreboot-gerrit mailing list