summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test.inc
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2013-06-12 18:07:41 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-06-17 10:58:49 -0300
commitab6bd102e360ef9f6eff3df6e6d4bf9a9600f3c9 (patch)
treee10a0e63586f9a6550acd995e74f0c7ecb9355d0 /recipes-bsp/imx-test/imx-test.inc
parentd366d7343df3cd97f8dbccf3d0c99fabe2aa4f2f (diff)
downloadmeta-fsl-arm-ab6bd102e360ef9f6eff3df6e6d4bf9a9600f3c9.tar.gz
imx-test: Fix the compile command
It includes the same INCLUDE_DIR from imx-lib Change-Id: Ie2a5aeff621a6c333e14d24a8c0e78a7b72ba50c Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 20c65ec..ab0c6e2 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -15,10 +15,15 @@ SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz \
15 file://clocks.sh \ 15 file://clocks.sh \
16 file://mxc_x11_test-exclude-IMX-5-6-platforms.patch" 16 file://mxc_x11_test-exclude-IMX-5-6-platforms.patch"
17 17
18INCLUDE_DIR="-I${STAGING_INCDIR} \
19 -I${STAGING_KERNEL_DIR}/include \
20 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/rng/include \
21 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/sahara2/include"
18 22
19do_compile() { 23do_compile() {
20 LDFLAGS="" make PLATFORM=${PLATFORM} LINUXPATH=${STAGING_KERNEL_DIR} \ 24 LDFLAGS="" make PLATFORM=${PLATFORM} LINUXPATH=${STAGING_KERNEL_DIR} \
21 KBUILD_OUTPUT=${STAGING_KERNEL_DIR} CROSS_COMPILE=${TARGET_PREFIX} V=1 25 KBUILD_OUTPUT=${STAGING_KERNEL_DIR} CROSS_COMPILE=${TARGET_PREFIX} V=1 \
26 INC="${INCLUDE_DIR}"
22} 27}
23 28
24do_install() { 29do_install() {