linux4.16: fix crossbuild
This commit is contained in:
parent
01d624d4fa
commit
f1afea4e3d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ do_install() {
|
||||||
sed -i '2iexit 0' scripts/depmod.sh
|
sed -i '2iexit 0' scripts/depmod.sh
|
||||||
|
|
||||||
# Install kernel, firmware and modules
|
# Install kernel, firmware and modules
|
||||||
make ${makejobs} INSTALL_MOD_PATH=${DESTDIR} modules_install
|
make ${makejobs} ARCH=$arch INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||||
|
|
||||||
hdrdest=${DESTDIR}/usr/src/kernel-headers-${_kernver}
|
hdrdest=${DESTDIR}/usr/src/kernel-headers-${_kernver}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue