8ebbfda996
With the newest release of mbed CLI (1.0.0) it error's when no .mbed file is present in the project root. This breaks builds for JerryScript on mbed OS 5. With this patch we create this file and builds succeed again. We cannot use `mbed new` because it also creates a new git repository in targets/mbedos5 folder which is not what we want. Fixes #1511 JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com