summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
index 6d2b5104a..2aca806e8 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
@@ -11,12 +11,13 @@ OEI_CONFIGS ?= "UNDEFINED"
11OEI_CORE ?= "UNDEFINED" 11OEI_CORE ?= "UNDEFINED"
12OEI_SOC ?= "UNDEFINED" 12OEI_SOC ?= "UNDEFINED"
13OEI_BOARD ?= "UNDEFINED" 13OEI_BOARD ?= "UNDEFINED"
14OEI_DEBUG ?= "0"
14 15
15LDFLAGS[unexport] = "1" 16LDFLAGS[unexport] = "1"
16 17
17EXTRA_OEMAKE = "\ 18EXTRA_OEMAKE = "\
18 board=${OEI_BOARD} \ 19 board=${OEI_BOARD} \
19 DEBUG=1 \ 20 DEBUG=${OEI_DEBUG} \
20 OEI_CROSS_COMPILE=arm-none-eabi-" 21 OEI_CROSS_COMPILE=arm-none-eabi-"
21 22
22do_configure() { 23do_configure() {