use emake instead

This commit is contained in:
Mario Fetka 2012-10-30 06:01:53 +01:00
parent 31ee3dc300
commit d77de7bb31
1 changed files with 2 additions and 3 deletions

View File

@ -589,10 +589,9 @@ _kernel_src_compile() {
if [ "${K_NASKERNEL_DTB}" != "none" ]; then
cp "${WORKDIR}/config" .config
make ${K_NASKERNEL_DTB}
emake ${K_NASKERNEL_DTB}
cp "${S}"/arch/arm/boot/${K_NASKERNEL_DTB} "${S}"
make mrproper
rm -f .config
emake mrproper
fi
DEFAULT_KERNEL_SOURCE="${S}" CMD_KERNEL_DIR="${S}" genkernel ${GKARGS} ${K_GENKERNEL_ARGS} \