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:
Bhavik Ameta 2015-06-17 19:48:58 +05:30 committed by Nava kishore Manne
parent 64e5e95917
commit a2f0af55aa

View file

@ -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