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>
This commit is contained in:
parent
954a55b950
commit
5e731a7cfc
|
@ -1,6 +1,5 @@
|
|||
top ?= $(abspath ../..)
|
||||
objutil ?= $(top)/util
|
||||
obj ?= $(objutil)/cbfsutil
|
||||
|
||||
CONFIG_FMD_GENPARSER := y
|
||||
|
||||
|
|
Loading…
Reference in New Issue