[coreboot] New patch to review for coreboot: c5d7b59 Drop duplicate inclusion of src/vendorcode
Stefan Reinauer (stefan.reinauer@coreboot.org)
gerrit at coreboot.org
Wed Apr 4 00:31:46 CEST 2012
Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/857
-gerrit
commit c5d7b59f41b0e12b5b27c6351fbf12b3126d9006
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date: Wed Apr 4 00:31:14 2012 +0200
Drop duplicate inclusion of src/vendorcode
Change-Id: I95908bdca51c5ee959ae9f2307d4b6e0e002d04a
Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
Makefile.inc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Makefile.inc b/Makefile.inc
index 81d40df..c7e54ec 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -43,7 +43,6 @@ subdirs-y += src/northbridge src/superio src/drivers src/cpu src/vendorcode
subdirs-y += util/cbfstool util/sconfig util/nvramtool
subdirs-y += src/arch/$(ARCHDIR-y)
subdirs-y += src/mainboard/$(MAINBOARDDIR)
-subdirs-y += src/vendorcode
subdirs-$(CONFIG_ARCH_X86) += src/pc80
More information about the coreboot
mailing list