remove the code which is not ready to release.
authorZheng Bao <zheng.bao@amd.com>
Tue, 18 Jan 2011 09:36:44 +0000 (09:36 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Tue, 18 Jan 2011 09:36:44 +0000 (09:36 +0000)
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6265 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

Makefile

index 52c6af829f143a3c63235a500f7687136bc1727b..a41efd049f545c0ec2d0f438892996408ac05da2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,6 @@ TARGETS-y :=
 BUILD-y := src/lib src/boot src/console src/devices src/southbridge src/northbridge src/superio src/drivers
 BUILD-y += util/cbfstool util/sconfig
 BUILD-$(CONFIG_ARCH_X86) += src/pc80
-BUILD-y += src/vendorcode
 
 ifneq ($(CONFIG_LOCALVERSION),"")
 COREBOOT_EXTRA_VERSION := -$(call strip_quotes,$(CONFIG_LOCALVERSION))