diff options
author | Nico Huber <nico.huber@secunet.com> | 2015-10-22 13:33:11 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2015-10-22 23:02:01 +0200 |
commit | 5e731a7cfc49db3fc3641f162e11882da09cb160 (patch) | |
tree | 421de47e6941cfd950a39a992f15bbd643cafe00 /util/cbfstool | |
parent | 954a55b950cc13ba6685b71f32d26cb453bc8d06 (diff) |
cbfstool/Makefile: Drop unused, irritating definition of `obj`
Change-Id: Id8dda8a973dcf991ac494c2d50258d1b51e43c6a
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/12126
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index e6d082cb07..796a182253 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -1,6 +1,5 @@ top ?= $(abspath ../..) objutil ?= $(top)/util -obj ?= $(objutil)/cbfsutil CONFIG_FMD_GENPARSER := y |