mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 08:24:28 +01:00
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
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 New Issue
Block a user