]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/OpensslLib/process_files.sh
CryptoPkg: Enable ssl build in OpensslLib directly
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / process_files.sh
index 885adf3a2f7f226f8f44fd5de9413bea82ee0d24..6f069ce264ac07a1095e75987aaae8808546d534 100755 (executable)
@@ -42,7 +42,6 @@ fi
        no-locking \
        no-mdc2 \
        no-posix-io \
-       no-pqueue \
        no-rc2 \
        no-rcs \
        no-rfc3779 \
@@ -77,13 +76,11 @@ function filelist ()
                ;;
            LIBSRC=*)
                LIBSRC=$(echo "$LINE" | sed s/^LIBSRC=//)
-               if [ "$RELATIVE_DIRECTORY" != "ssl" ]; then
-                   for FILE in $LIBSRC; do
+               for FILE in $LIBSRC; do
                        if [ "$FILE" != "b_print.c" ]; then
                            echo -e '  $(OPENSSL_PATH)/'$RELATIVE_DIRECTORY/$FILE\\r\\
                        fi
-                   done
-               fi
+               done
                ;;
        esac
     done