[coreboot-gerrit] Patch set updated for coreboot: 168fa8c nvramtool: add -MG to makefile to make it pass clang

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Dec 21 08:10:54 CET 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4465

-gerrit

commit 168fa8c1ff862a4822650e0c7b9e4e89f151214e
Author: Yunlian Jiang <yunlian at google.com>
Date:   Fri Aug 9 11:24:00 2013 -0700

    nvramtool: add -MG to makefile to make it pass clang
    
    Change-Id: I7878d2639946c6c2222022a72ba54e4df0fce976
    Reviewed-on: https://gerrit.chromium.org/gerrit/65335
    Tested-by: Yunlian Jiang <yunlian at chromium.org>
    Reviewed-by: Yunlian Jiang <yunlian at chromium.org>
    Commit-Queue: Yunlian Jiang <yunlian at chromium.org>
---
 util/nvramtool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile
index 5f4eff5..b1cb27c 100644
--- a/util/nvramtool/Makefile
+++ b/util/nvramtool/Makefile
@@ -60,7 +60,7 @@ distclean: clean
 	rm -f .dependencies
 
 dep:
-	@$(CC) -MM *.c > .dependencies
+	@$(CC) -MM -MG *.c > .dependencies
 
 install: $(PROGRAM)
 	mkdir -p $(DESTDIR)$(PREFIX)/sbin



More information about the coreboot-gerrit mailing list