]> code.ossystems Code Review - meta-freescale.git/commit
ipc: use KBUILD_OUTPUT to point to build-artifacts
authorLiu Ting-B28495 <ting.liu@freescale.com>
Wed, 13 May 2015 10:15:50 +0000 (18:15 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 20 May 2015 04:05:49 +0000 (12:05 +0800)
commit8dcb3bb6595b8930039d94456f63fbbef490b02a
tree7a181ef7def08b0d95f958ef2ae9ed23e9190e48
parentf9ad49d43e342e90fdbd5ab6c49cb99ca28ef53c
ipc: use KBUILD_OUTPUT to point to build-artifacts

In poky commit 46cdaf1, the kernel build output was put into
kernel-build-artifacts, and kernel-source is kept "pristine".

KERNEL_PATH points to kernel-source, while KBUILD_OUTPUT points
to build-artifacts which can be used for external module build.

ipc Makefile tries to include the .config, use KBUILD_OUTPUT to
avoid build error.

Signed-off-by: Liu Ting-B28495 <ting.liu@freescale.com>
meta-fsl-ppc/recipes-kernel/ipc/ipc-modules.inc