summaryrefslogtreecommitdiffstats
path: root/package/freescale-imx/imx-lib/imx-lib.mk
diff options
context:
space:
mode:
authorGary Bisson <bisson.gary@gmail.com>2014-06-30 23:52:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-15 23:09:34 +0200
commit5398253c8a7be6da6318d731c40987d8d5b97124 (patch)
treec78a7e6a2da6d258423e88b0764c076281f8f4b7 /package/freescale-imx/imx-lib/imx-lib.mk
parent78c22062d8b685e6dd38026878b7e7b1be2ae418 (diff)
downloadbuildroot-5398253c8a7be6da6318d731c40987d8d5b97124.tar.gz
buildroot-5398253c8a7be6da6318d731c40987d8d5b97124.zip
freescale-imx: change platform choice to be common
That way all the i.MX packages can inherit from that information, for example, the soon-to-be-introduced imx-vpu package. Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [yann.morin.1998@free.fr: the part about gpu-viv-bin-mx6q moved to its own patch; rework the commit log] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freescale-imx/imx-lib/imx-lib.mk')
-rw-r--r--package/freescale-imx/imx-lib/imx-lib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
index ecaee25e0f..f643b151ad 100644
--- a/package/freescale-imx/imx-lib/imx-lib.mk
+++ b/package/freescale-imx/imx-lib/imx-lib.mk
@@ -22,7 +22,7 @@ IMX_LIB_MAKE_ENV = \
$(TARGET_MAKE_ENV) \
$(TARGET_CONFIGURE_OPTS) \
CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
- PLATFORM=$(BR2_PACKAGE_IMX_LIB_PLATFORM) \
+ PLATFORM=$(BR2_PACKAGE_FREESCALE_IMX_PLATFORM) \
INCLUDE="$(IMX_LIB_INCLUDE)"
define IMX_LIB_BUILD_CMDS
OpenPOWER on IntegriCloud