1
0
forked from pool/kernel-source

commit 4f2d1a335d9e72ca3ea7ac0c07b7d3f9ee4fa2d8

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7437
This commit is contained in:
Michal Marek
2013-01-21 07:05:42 +00:00
committed by Git OBS Bridge
parent 0960b13c93
commit deb7b13c4e
41 changed files with 615 additions and 79 deletions

View File

@@ -442,10 +442,17 @@ add_vmlinux()
%endif
%ifarch %arm
add_vmlinux --compressed
# quickly compile uImage so we have something to boot from
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
image=uImage
cp -p arch/arm/boot/$image %buildroot/boot/uImage-%kernelrelease-%build_flavor
case "%build_flavor" in
default)
image=zImage
;;
*)
# quickly compile uImage so we have something to boot from
make %{?_smp_mflags} uImage $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
image=uImage
;;
esac
cp -p arch/arm/boot/$image %buildroot/boot/$image-%kernelrelease-%build_flavor
%endif
# end of build_kdump