From a2f0af55aaef24358562415b1d41d9f55201f3ba Mon Sep 17 00:00:00 2001 From: Bhavik Ameta Date: Wed, 17 Jun 2015 19:48:58 +0530 Subject: [PATCH] sw_services:xilsecure: Windows build issue fixed Makefile has been corrected to fix the build issue on Windows Signed-off-by: Bhavik Ameta --- lib/sw_services/xilsecure/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sw_services/xilsecure/src/Makefile b/lib/sw_services/xilsecure/src/Makefile index dcf22c52..6042bf74 100755 --- a/lib/sw_services/xilsecure/src/Makefile +++ b/lib/sw_services/xilsecure/src/Makefile @@ -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