diff options
Diffstat (limited to 'ecp')
-rwxr-xr-x | ecp/platform.sh | 16 | ||||
-rw-r--r-- | ecp/src/core.h | 2 |
2 files changed, 1 insertions, 17 deletions
diff --git a/ecp/platform.sh b/ecp/platform.sh deleted file mode 100755 index 7b95623..0000000 --- a/ecp/platform.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# - -BASEDIR=$(dirname $0) - -if [ -z $1 ]; then - echo usage $0 "<platform>" - exit 1 -fi - -PLATFORM=$1 - -rm -f ${BASEDIR}/src/platform -rm -f ${BASEDIR}/src/platform.mk -ln -sf ../platform/${PLATFORM} ${BASEDIR}/src/platform -ln -sf ../platform/${PLATFORM}.mk ${BASEDIR}/src/platform.mk diff --git a/ecp/src/core.h b/ecp/src/core.h index d842e8b..b126430 100644 --- a/ecp/src/core.h +++ b/ecp/src/core.h @@ -157,8 +157,8 @@ struct ECPSeqItem; struct ECPPktMeta; struct ECPDirList; -#include "platform/transport.h" #include "crypto/crypto.h" +#include "transport.h" #include "timer.h" #ifdef ECP_WITH_RBUF |