diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-04-04 00:31:14 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-04-04 16:21:51 +0200 |
commit | f13772af9f8957e011dbaf721a3f617bf61881b7 (patch) | |
tree | 28fb32530847738fa7e6845cb3f53d52520d65b2 /Makefile.inc | |
parent | 3aa067f595115a62afdfc9acc33f08e9c96da850 (diff) | |
download | coreboot-f13772af9f8957e011dbaf721a3f617bf61881b7.tar.xz |
Drop duplicate inclusion of src/vendorcode
Change-Id: I95908bdca51c5ee959ae9f2307d4b6e0e002d04a
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/857
Reviewed-by: Martin Roth <martin@se-eng.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Mathias Krause <minipli@googlemail.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 9b67496e1e..b5e8811370 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 |