From 0142b5a696e541a874c5429c28c1a132a284ca79 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 21 Jan 2024 23:58:55 +0100 Subject: fixed open message; fixed error handling; added timer debug messages --- ecp/build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ecp/build.sh') 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 -- cgit v1.2.3