aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2014-12-16 13:17:21 -0800
committerJames Bottomley <JBottomley@Parallels.com>2014-12-16 13:17:21 -0800
commit219af8df23fb469b56ad2b0f4bef9a5eae0e4083 (patch)
tree985c84927fc0e202d9905295feb75a146542e250
parent4a95b566fdbc60d92cb2cb80dc2b57260bd186bb (diff)
downloadefitools-219af8df23fb469b56ad2b0f4bef9a5eae0e4083.tar.gz
Fix Make clean
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--Makefile1
-rw-r--r--lib/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a39cafe..daf3281 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ efi-updatevar: efi-updatevar.o lib/lib.a
clean:
rm -f PK.* KEK.* DB.* $(EFIFILES) $(EFISIGNED) $(BINARIES) *.o *.so
+ rm -f noPK.*
rm -f doc/*.1
$(MAKE) -C lib clean
diff --git a/lib/Makefile b/lib/Makefile
index d0436da..241ab26 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -10,5 +10,7 @@ lib-efi.a: $(EFILIBFILES)
clean:
rm -f lib.a
+ rm -f lib-efi.a
rm -f $(LIBFILES)
+ rm -f $(EFILIBFILES)