sw_services:xilsecure: Windows build issue fixed
Makefile has been corrected to fix the build issue on Windows Signed-off-by: Bhavik Ameta <bameta@xilinx.com>
This commit is contained in:
parent
64e5e95917
commit
a2f0af55aa
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ libs: libxilsecure.a
|
|||
make clean
|
||||
|
||||
include:
|
||||
@for i in $(EXPORT_INCLUDE_FILES); do \
|
||||
$(@for i in $(EXPORT_INCLUDE_FILES); do \
|
||||
${CP} -r $$i ${INCLUDEDIR}; \
|
||||
done
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -rf obj/xsecure_rsa.o obj/xsecure_sha.o obj/xsecure_aes.o
|
||||
|
|
Loading…
Add table
Reference in a new issue