summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 10dbb4d..f0b26a1 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -40,7 +40,6 @@ do_make_scripts[depends] += "virtual/kernel:do_install"
40 40
41do_compile() { 41do_compile() {
42 CFLAGS="${TOOLCHAIN_OPTIONS}" 42 CFLAGS="${TOOLCHAIN_OPTIONS}"
43 LDFLAGS="${TOOLCHAIN_OPTIONS} -L${STAGING_LIBDIR}"
44 oe_runmake V=1 VERBOSE='' \ 43 oe_runmake V=1 VERBOSE='' \
45 CROSS_COMPILE=${TARGET_PREFIX} \ 44 CROSS_COMPILE=${TARGET_PREFIX} \
46 INC="-I${STAGING_INCDIR} \ 45 INC="-I${STAGING_INCDIR} \
@@ -52,6 +51,7 @@ do_compile() {
52 -I${STAGING_KERNEL_DIR}/arch/arm/include \ 51 -I${STAGING_KERNEL_DIR}/arch/arm/include \
53 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/rng/include \ 52 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/rng/include \
54 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/sahara2/include" \ 53 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/sahara2/include" \
54 CC="${CC} -L${STAGING_LIBDIR} ${LDFLAGS}" \
55 LINUXPATH=${STAGING_KERNEL_DIR} \ 55 LINUXPATH=${STAGING_KERNEL_DIR} \
56 KBUILD_OUTPUT=${STAGING_KERNEL_BUILDDIR} \ 56 KBUILD_OUTPUT=${STAGING_KERNEL_BUILDDIR} \
57 PLATFORM=${PLATFORM} 57 PLATFORM=${PLATFORM}