From: Stefan Reinauer Date: Tue, 3 Apr 2012 22:31:14 +0000 (+0200) Subject: Drop duplicate inclusion of src/vendorcode X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=f13772af9f8957e011dbaf721a3f617bf61881b7 Drop duplicate inclusion of src/vendorcode Change-Id: I95908bdca51c5ee959ae9f2307d4b6e0e002d04a Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/857 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) Reviewed-by: Mathias Krause --- diff --git a/Makefile.inc b/Makefile.inc index 9b67496e1..b5e881137 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