[coreboot-gerrit] New patch to review for coreboot: southbridge/intel/fspi89xx: Don't include common/firmware makefile

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Dec 3 22:48:18 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12636

-gerrit

commit 393d550f726466c1c64cf491f52d3c06fea46d1d
Author: Martin Roth <martinroth at google.com>
Date:   Thu Dec 3 14:29:33 2015 -0700

    southbridge/intel/fspi89xx: Don't include common/firmware makefile
    
    The folder southbridge/intel/common/firmware is already being included
    so does not need to be added a second time here.
    
    Change-Id: I60d795a60c772547278a5a5e0c9a023a93f90417
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/southbridge/intel/fsp_i89xx/Makefile.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/southbridge/intel/fsp_i89xx/Makefile.inc b/src/southbridge/intel/fsp_i89xx/Makefile.inc
index b93d941..42a44e7 100644
--- a/src/southbridge/intel/fsp_i89xx/Makefile.inc
+++ b/src/southbridge/intel/fsp_i89xx/Makefile.inc
@@ -20,8 +20,6 @@
 
 ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_FSP_I89XX),y)
 
-subdirs-y += ../common/firmware
-
 ramstage-y += pch.c
 ramstage-y += lpc.c
 ramstage-y += sata.c



More information about the coreboot-gerrit mailing list