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 f279544ed..8077a10e9 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
@@ -12,12 +12,13 @@ OEI_CORE ?= "UNDEFINED"
12OEI_SOC ?= "UNDEFINED" 12OEI_SOC ?= "UNDEFINED"
13OEI_BOARD ?= "UNDEFINED" 13OEI_BOARD ?= "UNDEFINED"
14OEI_DDRCONFIG ?= "" 14OEI_DDRCONFIG ?= ""
15OEI_DEBUG ?= "0"
15 16
16LDFLAGS[unexport] = "1" 17LDFLAGS[unexport] = "1"
17 18
18EXTRA_OEMAKE = "\ 19EXTRA_OEMAKE = "\
19 board=${OEI_BOARD} \ 20 board=${OEI_BOARD} \
20 DEBUG=1 \ 21 DEBUG=${OEI_DEBUG} \
21 OEI_CROSS_COMPILE=arm-none-eabi-" 22 OEI_CROSS_COMPILE=arm-none-eabi-"
22 23
23EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" 24EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}"