genkernel and clean dir

This commit is contained in:
Mario Fetka 2012-10-30 05:53:47 +01:00
parent 09d821071f
commit 31ee3dc300
1 changed files with 2 additions and 1 deletions

View File

@ -591,7 +591,8 @@ _kernel_src_compile() {
cp "${WORKDIR}/config" .config
make ${K_NASKERNEL_DTB}
cp "${S}"/arch/arm/boot/${K_NASKERNEL_DTB} "${S}"
rm .config
make mrproper
rm -f .config
fi
DEFAULT_KERNEL_SOURCE="${S}" CMD_KERNEL_DIR="${S}" genkernel ${GKARGS} ${K_GENKERNEL_ARGS} \