targets: merge js2c.py into targets/tools folder

* also add .PHONY to target makefiles

JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
This commit is contained in:
SaeHie Park
2016-01-14 09:01:21 +09:00
parent feb27a5fc6
commit 25b8351774
4 changed files with 12 additions and 150 deletions
+4 -1
View File
@@ -27,6 +27,9 @@ EXT_CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
EXT_CFLAGS += -Wno-error=format=
.PHONY: jerry js2c yotta flash check_mbed clean
all: jerry js2c yotta
@@ -52,7 +55,7 @@ jerry:
js2c:
cd targets/mbedk64f; ./js2c.py;
cd targets/mbedk64f; ../tools/js2c.py;
yotta: