Remove psa header files in uninstall part
Uninstall psa header files which installed to DESTDIR. Signed-off-by: Wu, Jheng-Jhong <goodwater.wu@gmail.com> Signed-off-by: Victor Wu <victor_wu@bizlinktech.com>
This commit is contained in:
parent
9aaa3e164a
commit
89b98142b8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -45,6 +45,7 @@ install: no_test
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf $(DESTDIR)/include/mbedtls
|
rm -rf $(DESTDIR)/include/mbedtls
|
||||||
|
rm -rf $(DESTDIR)/include/psa
|
||||||
rm -f $(DESTDIR)/lib/libmbedtls.*
|
rm -f $(DESTDIR)/lib/libmbedtls.*
|
||||||
rm -f $(DESTDIR)/lib/libmbedx509.*
|
rm -f $(DESTDIR)/lib/libmbedx509.*
|
||||||
rm -f $(DESTDIR)/lib/libmbedcrypto.*
|
rm -f $(DESTDIR)/lib/libmbedcrypto.*
|
||||||
|
|
Loading…
Reference in a new issue