summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-16 07:38:05 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-16 23:11:35 +0100
commit754410f2af14a18f3504b1662e271e56c544ba5b (patch)
treec75ee9c1e60d9ea32256cc93aec8045399aa8e8d /util
parentf2887e9b4576f03ba4ec68cfad6beb161597f7cc (diff)
util/spkmodem_recv: Define CC in the Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/spkmodem_recv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/spkmodem_recv/Makefile b/util/spkmodem_recv/Makefile
index c436b509..3c1bc0e5 100644
--- a/util/spkmodem_recv/Makefile
+++ b/util/spkmodem_recv/Makefile
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
+CC ?= cc
PREFIX ?= /usr/local
INSTALL ?= install
CFLAGS ?= -Os -Wall -Wextra -Werror -pedantic