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>
This commit is contained in:
Yunlian Jiang 2013-08-09 11:24:00 -07:00 committed by Patrick Georgi
parent dcac1628bc
commit 063c7c5bf6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ distclean: clean
rm -f .dependencies rm -f .dependencies
dep: dep:
@$(CC) -MM *.c > .dependencies @$(CC) -MM -MG *.c > .dependencies
install: $(PROGRAM) install: $(PROGRAM)
mkdir -p $(DESTDIR)$(PREFIX)/sbin mkdir -p $(DESTDIR)$(PREFIX)/sbin