diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-18 14:25:14 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | 331a1af6df9084dfb5cef1b8754c8abe47c6cbb2 (patch) | |
| tree | 7e21a7a5bbf730e02ebb6c85ce6cb25e0b289d43 | |
| parent | a5a4e3d2151c9d890452f8f91c6731aa04fd9fb7 (diff) | |
util/nvmutil: add rule to create lib objdir
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index d7e3c8cc..9d8548b9 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -51,6 +51,7 @@ $(OBJS): obj obj: mkdir obj || true + mkdir obj/lib || true # main program object |
