Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: nvtool/Makefile

Issue 839001: Changes to TPM nvtool for ebuild. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nvtool/Makefile
diff --git a/nvtool/Makefile b/nvtool/Makefile
index 10e504fdf80ba02f9b13e5c2224e4ee6149bbeb3..4403e8b6f3b9161f889c194a32da6f315b86a462 100644
--- a/nvtool/Makefile
+++ b/nvtool/Makefile
@@ -6,8 +6,8 @@ TPM_NVTOOL = tpm-nvtool
OSNAME = $(shell uname)
-CC = gcc
-CFLAGS = -Wall -g -I. -L/usr/local/lib
+CC ?= gcc
+CFLAGS += -Wall -g -I. -L/usr/local/lib
LIBS = -ltspi
ifeq ($(OSNAME), Darwin)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698