From 7b10f912a9a36183d9190227ce45ff84bf421ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Fri, 1 Apr 2016 10:53:05 +0200 Subject: [PATCH] Buildfix for MCUs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MCU-targets depend on some platform-related resources. When these files are missing the build cannot be performed. JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79238dde4..8e2dc073b 100644 --- a/Makefile +++ b/Makefile @@ -229,7 +229,7 @@ $(BUILD_DIR)/$(NATIVE_SYSTEM)/unittests/toolchain.config: # $(1) - mcu system name define GEN_MCU_TOOLCHAIN_CONFIG_RULE .PHONY: $$(BUILD_DIR)/$(1)/toolchain.config -$$(BUILD_DIR)/$(1)/toolchain.config: +$$(BUILD_DIR)/$(1)/toolchain.config: prerequisites $$(Q) TOOLCHAIN="build/configs/toolchain_mcu_$(1).cmake"; \ $$(call WRITE_TOOLCHAIN_CONFIG,$$(BUILD_DIR)/$(1)) endef