[coreboot] New patch to review for coreboot: 6fe234f AMD S3: Rename generated s3.rom for make clean

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Fri Dec 14 07:11:22 CET 2012


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

-gerrit

commit 6fe234f2851533d2a8ce5fa198143acbaccfd228
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Fri Dec 14 15:43:12 2012 +0800

    AMD S3: Rename generated s3.rom for make clean
    
    Add prefix coreboot_ to let make clean find it and delete it.
    
    Change-Id: Ieba9c0e7ca3d2afec311d64159b22746ba5825c4
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: zbao <fishbaozi at gmail.com>
---
 src/southbridge/amd/Makefile.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/amd/Makefile.inc b/src/southbridge/amd/Makefile.inc
index 1e3309a..1b2cb1f 100644
--- a/src/southbridge/amd/Makefile.inc
+++ b/src/southbridge/amd/Makefile.inc
@@ -19,14 +19,14 @@ subdirs-$(CONFIG_SOUTHBRIDGE_AMD_AGESA_HUDSON) += agesa
 ifeq ($(CONFIG_HAVE_ACPI_RESUME), y)
 ifeq ($(CONFIG_CPU_AMD_AGESA), y)
 
-$(obj)/s3.rom: $(obj)/config.h
+$(obj)/coreboot_s3nv.rom: $(obj)/config.h
 	echo "    S3 NVRAM   $(CONFIG_S3_VOLATILE_POS) (S3 storage area)"
 	# force C locale, so cygwin awk doesn't try to interpret the 0xff below as UTF-8 (or worse)
 	LC_ALL=C awk 'BEGIN {for (i=0; i<32768; i++) {printf "%c", 255}}' > $@.tmp
 	mv $@.tmp $@
 
 cbfs-files-y += s3nv
-s3nv-file := $(obj)/s3.rom
+s3nv-file := $(obj)/coreboot_s3nv.rom
 s3nv-position := $(CONFIG_S3_VOLATILE_POS)
 s3nv-type := raw
 



More information about the coreboot mailing list