[coreboot-gerrit] New patch to review for coreboot: TEST-JENKINS: ifdtool: use Makefile of the directory

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sat Sep 10 14:01:29 CEST 2016


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16571

-gerrit

commit ebaccdf44ee39ffb6f34960640619c3301513ef2
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sat Sep 10 14:01:08 2016 +0200

    TEST-JENKINS: ifdtool: use Makefile of the directory
    
    Change-Id: I67c73c101b928d104e231064e05d367bf9584730
---
 Makefile.inc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index 59ff506..a45c2b0 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -429,9 +429,8 @@ $(ROMCC_BIN): $(top)/util/romcc/romcc.c
 	$(HOSTCC) -g $(STACK) -Wall -o $@ $<
 
 IFDTOOL:=$(objutil)/ifdtool/ifdtool
-$(IFDTOOL): $(top)/util/ifdtool/ifdtool.c $(top)/util/ifdtool/vtba.c
-	@printf "    HOSTCC     $(subst $(obj)/,,$(@))\n"
-	$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
+$(IFDTOOL):
+	$(MAKE) -C $(objutil)/ifdtool
 
 IFDFAKE:=$(objutil)/ifdfake/ifdfake
 $(IFDFAKE): $(top)/util/ifdfake/ifdfake.c



More information about the coreboot-gerrit mailing list