summaryrefslogtreecommitdiff
path: root/ecp/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/build.sh')
-rwxr-xr-xecp/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ecp/build.sh b/ecp/build.sh
index d28c794..a050e85 100755
--- a/ecp/build.sh
+++ b/ecp/build.sh
@@ -13,6 +13,10 @@ fi
PLATFORM=posix
+if [ ! -f src/platform/posix/features.mk ]; then
+ cp src/platform/posix/features_tmpl.mk src/platform/posix/features.mk
+fi
+
cd src/ecp
if [ "$ARG" != "clean" ]; then
$MAKE platform=$PLATFORM clean