use emake instead
This commit is contained in:
parent
31ee3dc300
commit
d77de7bb31
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user