summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-15 23:28:44 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-15 23:28:44 +0000
commit975aefeb80d27febd490e3787896e2dce4f42396 (patch)
tree01f46a90eccf62f95fa6cf85ce8f3b90ced833ce
parent68b685107512ff2f0b4cd2273f98773842ab0e65 (diff)
add -I. to nvmutil makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
-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