deb-pkg: Remove the KBUILD_IMAGE workaround
The arch Makefile are fixed to set KBUILD_IMAGE to the full patch, so the workaround is no longer needed. Signed-off-by: Michal Marek <mmarek@suse.com> Reviewed-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
41f5b8db79
commit
09549aa1ba
@ -143,12 +143,7 @@ else
|
|||||||
cp System.map "$tmpdir/boot/System.map-$version"
|
cp System.map "$tmpdir/boot/System.map-$version"
|
||||||
cp $KCONFIG_CONFIG "$tmpdir/boot/config-$version"
|
cp $KCONFIG_CONFIG "$tmpdir/boot/config-$version"
|
||||||
fi
|
fi
|
||||||
# Not all arches include the boot path in KBUILD_IMAGE
|
cp "$($MAKE -s image_name)" "$tmpdir/$installed_image_path"
|
||||||
if [ -e $KBUILD_IMAGE ]; then
|
|
||||||
cp $KBUILD_IMAGE "$tmpdir/$installed_image_path"
|
|
||||||
else
|
|
||||||
cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if grep -q "^CONFIG_OF=y" $KCONFIG_CONFIG ; then
|
if grep -q "^CONFIG_OF=y" $KCONFIG_CONFIG ; then
|
||||||
# Only some architectures with OF support have this target
|
# Only some architectures with OF support have this target
|
||||||
|
Loading…
Reference in New Issue
Block a user