util/nvmutil: create install dir in Makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 06:30:14 +00:00
parent 9f75a23a84
commit 1446df01f2
+1
View File
@@ -18,6 +18,7 @@ nvmutil: nvmutil.c
$(CC) $(CFLAGS) nvmutil.c -o nvmutil
install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
$(INSTALL) nvmutil $(DESTDIR)$(PREFIX)/bin/nvmutil
# do not delete *bin/nvm because