diff options
Diffstat (limited to 'dynamic-layers')
| -rw-r--r-- | dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc | 3 |
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 95f05eab6..0fce6af1a 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 | |||
| @@ -10,12 +10,13 @@ OEI_CORE ?= "UNDEFINED" | |||
| 10 | OEI_SOC ?= "UNDEFINED" | 10 | OEI_SOC ?= "UNDEFINED" |
| 11 | OEI_BOARD ?= "UNDEFINED" | 11 | OEI_BOARD ?= "UNDEFINED" |
| 12 | OEI_DDRCONFIG ?= "" | 12 | OEI_DDRCONFIG ?= "" |
| 13 | OEI_DEBUG ?= "0" | ||
| 13 | 14 | ||
| 14 | LDFLAGS[unexport] = "1" | 15 | LDFLAGS[unexport] = "1" |
| 15 | 16 | ||
| 16 | EXTRA_OEMAKE = "\ | 17 | EXTRA_OEMAKE = "\ |
| 17 | board=${OEI_BOARD} \ | 18 | board=${OEI_BOARD} \ |
| 18 | DEBUG=1 \ | 19 | DEBUG=${OEI_DEBUG} \ |
| 19 | OEI_CROSS_COMPILE=arm-none-eabi-" | 20 | OEI_CROSS_COMPILE=arm-none-eabi-" |
| 20 | 21 | ||
| 21 | EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" | 22 | EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" |
