[coreboot-gerrit] New patch to review for coreboot: b1cf4c4 nvramtool: add -MG to makefile to make it pass clang

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Dec 4 00:35:53 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4465

-gerrit

commit b1cf4c415019a82cb745a8275e0c12984fd179f6
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