summaryrefslogtreecommitdiffstats
path: root/util/nvramtool
diff options
context:
space:
mode:
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 25962ef1d994..0d7f687f3bb1 100644
--- a/util/nvramtool/Makefile
+++ b/util/nvramtool/Makefile
@@ -8,7 +8,7 @@
PROGRAM = nvramtool
-CC = gcc
+CC ?= gcc
INSTALL = /usr/bin/env install
PREFIX = /usr/local
CFLAGS = -O2 -g -Wall -Wextra -Wmissing-prototypes -I. -DCMOS_HAL=1