[coreboot-gerrit] New patch to review for coreboot: cbfstool/Makefile: Drop unused, irritating definition of `obj`

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Thu Oct 22 13:36:50 CEST 2015


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12126

-gerrit

commit aa5f1b55bd4737adc3db549c5feb73b5543b03f9
Author: Nico Huber <nico.huber at secunet.com>
Date:   Thu Oct 22 13:33:11 2015 +0200

    cbfstool/Makefile: Drop unused, irritating definition of `obj`
    
    Change-Id: Id8dda8a973dcf991ac494c2d50258d1b51e43c6a
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 util/cbfstool/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index e6d082c..796a182 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
 



More information about the coreboot-gerrit mailing list