summaryrefslogtreecommitdiff
path: root/ecp
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-02-02 06:21:40 +0100
committerUros Majstorovic <majstor@majstor.org>2022-02-02 06:21:40 +0100
commit9d775a05562d6166a5142d9820ffa7c26de55d6c (patch)
tree360d399b53449952fea201fb58b832a2a0220d2b /ecp
parentcd846d601227db0047c35b551858d62d6b794127 (diff)
build fix
Diffstat (limited to 'ecp')
-rwxr-xr-xecp/platform.sh16
-rw-r--r--ecp/src/core.h2
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