[coreboot] New patch to review for coreboot: 065e1ca Rename generated hudson_romsig.bin for make clean

Martin Roth (martin@se-eng.com) gerrit at coreboot.org
Fri Dec 7 00:56:10 CET 2012


Martin Roth (martin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1978

-gerrit

commit 065e1ca1a32018d7e3bfaff65361a9d2d19a87b0
Author: Martin Roth <martin at se-eng.com>
Date:   Wed Dec 5 16:09:35 2012 -0700

    Rename generated hudson_romsig.bin for make clean
    
    The file generated when the IMC or XHCI binaries are included in the rom
    was named $(obj)/hudson_romsig.bin.  The problem with this is that it
    doesn't get deleted when the user does a make clean.
    changing the name to coreboot_hudson_romsig.bin makes this happen.
    
    Change-Id: I19a40042fbf0f7b5633d7b35339c05ed90d3243b
    Signed-off-by: Martin Roth <martin at se-eng.com>
---
 src/southbridge/amd/agesa/hudson/Makefile.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc
index 9d61b59..0d4b739 100644
--- a/src/southbridge/amd/agesa/hudson/Makefile.inc
+++ b/src/southbridge/amd/agesa/hudson/Makefile.inc
@@ -49,7 +49,7 @@ else
 HUDSON_IMC_POSITION=0
 endif
 
-$(obj)/hudson_romsig.bin: $(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM_FILE)) \
+$(obj)/coreboot_hudson_romsig.bin: $(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM_FILE)) \
 			$(call strip_quotes, $(CONFIG_HUDSON_IMC_FWM_FILE)) \
 			$(call strip_quotes, $(CONFIG_HUDSON_GEC_FWM_FILE)) \
 			$(obj)/config.h
@@ -63,7 +63,7 @@ $(obj)/hudson_romsig.bin: $(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM_FILE)) \
 
 ifeq ($(CONFIG_HUDSON_FWM), y)
 cbfs-files-y += hudson/fwm
-hudson/fwm-file := $(obj)/hudson_romsig.bin
+hudson/fwm-file := $(obj)/coreboot_hudson_romsig.bin
 hudson/fwm-position := $(HUDSON_FWM_POSITION)
 hudson/fwm-type := raw
 endif




More information about the coreboot mailing list