diff options
author | Zheng Bao <zheng.bao@amd.com> | 2011-01-18 09:36:44 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2011-01-18 09:36:44 +0000 |
commit | 884554c4e306e2b01941361c7166ca546d1052a4 (patch) | |
tree | c1979a448ef1dd95937746a789d849d3d9f8555a /Makefile | |
parent | a19c622c060831a5414cb9b0929e622cf894b58b (diff) |
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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |