From 43bd5e70443b217019b9ee3e476d27e4887f074c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 11 Mar 2019 16:15:38 +0100 Subject: [PATCH] [scripts] Fix PLATFORM=device build --- scripts/platform.device.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/platform.device.mak b/scripts/platform.device.mak index 4c6be1d4c..ed95acbfc 100644 --- a/scripts/platform.device.mak +++ b/scripts/platform.device.mak @@ -6,4 +6,4 @@ EPSILON_BOOT_PROMPT = update EPSILON_DEVICE_BENCH ?= 1 SFLAGS += -DEPSILON_DEVICE_BENCH=$(EPSILON_DEVICE_BENCH) -python/port/port.o: CXXFLAGS += -DMP_PORT_USE_STACK_SYMBOLS=1 +$(BUILD_DIR)/python/port/port.o: CXXFLAGS += -DMP_PORT_USE_STACK_SYMBOLS=1