diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-18 14:25:14 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-18 14:25:14 +0000 |
| commit | fe00bebc062b5af3896d8d632029e61439730086 (patch) | |
| tree | 71b38945ae75a80b26f13a15a6795bd2ab39079b | |
| parent | 594cc262f4404feab6ab437dacc010f6d1f6263f (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 |
