summaryrefslogtreecommitdiff
path: root/util/nvramtool
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@google.com>2013-08-09 11:24:00 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2013-12-21 08:19:02 +0100
commit063c7c5bf61b07afdebec0b4a079aa69a18ae42d (patch)
tree5a8cae411b240c72c1c01427ecb081214e162452 /util/nvramtool
parentdcac1628bcec7d1f566fb2f877438df87f5593d3 (diff)
downloadcoreboot-063c7c5bf61b07afdebec0b4a079aa69a18ae42d.tar.xz
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@chromium.org> Reviewed-by: Yunlian Jiang <yunlian@chromium.org> Commit-Queue: Yunlian Jiang <yunlian@chromium.org> Reviewed-on: http://review.coreboot.org/4465 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'util/nvramtool')
-rw-r--r--util/nvramtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile
index 5f4eff5836..b1cb27cb63 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