summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-15 23:28:44 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:41 +0000
commitd7dea02fbaef5a9a5deeb635f47dd0b53bf67d97 (patch)
treeb1b4abf8adc49a1dca14f921d2f8bb8456e34209 /util
parent5b8ea71bbd01ab8f8700058ee48e20d6d97357e6 (diff)
add -I. to nvmutil makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/nvmutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile
index 8a110938..e58c654b 100644
--- a/util/nvmutil/Makefile
+++ b/util/nvmutil/Makefile
@@ -7,7 +7,7 @@ CSTD?=-std=c90
WERROR?=-Werror
CWARN?=-Wall -Wextra -pedantic
COPT?=-Os
-CFLAGS?=$(COPT) $(CWARN) $(CSTD)
+CFLAGS?=-I. $(COPT) $(CWARN) $(CSTD)
LDFLAGS?=
DESTDIR?=
PREFIX?=/usr/local