diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-15 23:28:44 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-15 23:28:44 +0000 |
| commit | 975aefeb80d27febd490e3787896e2dce4f42396 (patch) | |
| tree | 01f46a90eccf62f95fa6cf85ce8f3b90ced833ce /util | |
| parent | 68b685107512ff2f0b4cd2273f98773842ab0e65 (diff) | |
add -I. to nvmutil makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/nvmutil/Makefile | 2 |
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 |
