From 89b98142b89c5579f1460bedafc79ab84d026125 Mon Sep 17 00:00:00 2001 From: "Wu, Jheng-Jhong" Date: Thu, 26 Nov 2020 09:27:17 +0800 Subject: Remove psa header files in uninstall part Uninstall psa header files which installed to DESTDIR. Signed-off-by: Wu, Jheng-Jhong Signed-off-by: Victor Wu --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8d26d2..9344e71 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ install: no_test uninstall: rm -rf $(DESTDIR)/include/mbedtls + rm -rf $(DESTDIR)/include/psa rm -f $(DESTDIR)/lib/libmbedtls.* rm -f $(DESTDIR)/lib/libmbedx509.* rm -f $(DESTDIR)/lib/libmbedcrypto.* -- cgit v1.1