revert last change

This commit is contained in:
Josip Ponjavic 2018-01-22 02:17:11 +01:00
parent 7a2cec2c74
commit b35633de63

View file

@ -56,13 +56,13 @@ prepare() {
# don't run depmod on 'make install'. We'll do this ourselves in packaging # don't run depmod on 'make install'. We'll do this ourselves in packaging
sed -i '2iexit 0' scripts/depmod.sh sed -i '2iexit 0' scripts/depmod.sh
make ARCH=x86_64 olddefconfig make olddefconfig
} }
build() { build() {
cd ${_srcname} cd ${_srcname}
make ARCH=x86_64 LOCALVERSION= CONFIG_DEBUG_SECTION_MISMATCH=y ${MAKEFLAGS} make ${MAKEFLAGS} LOCALVERSION= bzImage modules
} }
_package() { _package() {