From 975aefeb80d27febd490e3787896e2dce4f42396 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 15 Mar 2026 23:28:44 +0000 Subject: add -I. to nvmutil makefile Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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 -- cgit v1.2.1