[coreboot-gerrit] New patch to review for coreboot: cbfstool/Makefile: Define src path

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Mon Oct 5 15:12:46 CET 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/11797

-gerrit

commit faf9e1b6817b4491f8f05477cd8860123c5ce4a3
Author: Nico Huber <nico.huber at secunet.com>
Date:   Mon Oct 5 16:59:59 2015 +0200

    cbfstool/Makefile: Define src path
    
    Standalone build needs this for the commonlib include path.
    
    Change-Id: I4a9f5b805db22fb5d499d5f801e7b5f741a4b3e8
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 util/cbfstool/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index e6d082c..5c2f1a8 100644
--- a/util/cbfstool/Makefile
+++ b/util/cbfstool/Makefile
@@ -1,6 +1,7 @@
 top ?= $(abspath ../..)
 objutil ?= $(top)/util
 obj ?= $(objutil)/cbfsutil
+src ?= $(top)/src
 
 CONFIG_FMD_GENPARSER := y
 



More information about the coreboot-gerrit mailing list