summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2011-01-18 09:36:44 +0000
committerZheng Bao <Zheng.Bao@amd.com>2011-01-18 09:36:44 +0000
commit884554c4e306e2b01941361c7166ca546d1052a4 (patch)
treec1979a448ef1dd95937746a789d849d3d9f8555a /Makefile
parenta19c622c060831a5414cb9b0929e622cf894b58b (diff)
downloadcoreboot-staging-884554c4e306e2b01941361c7166ca546d1052a4.zip
coreboot-staging-884554c4e306e2b01941361c7166ca546d1052a4.tar.gz
remove the code which is not ready to release.
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52c6af8..a41efd0 100644
--- 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))
OpenPOWER on IntegriCloud