diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 06:33:52 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 06:33:52 +0000 |
| commit | 6a4ad6827307f9e96a33a74db775bbd6299ce23f (patch) | |
| tree | 512f6a14348bad762c2d7535f28fd7ac5783ccae | |
| parent | ec1e6bd7e87b38f0e2db8eb1229e1076addedb85 (diff) | |
util/nvmutil: add phone section to Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index ee091aef..14e515e3 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -34,3 +34,5 @@ distclean: clean: rm -f nvm nvmutil + +.PHONY: install uninstall clean distclean |
