Reorganise common powerpc config files

powerpc/config is shared by powerpc, powerpcspe and ppc64, so move
it to kernelarch-powerpc/config where it will be automatically used
for all of them.

powerpc/config.powerpc64 is also used by ppc64, so move it to
kernelarch-powerpc/config-arch-64.

powerpcspe has only one flavour, so rename its config file to config.

svn path=/dists/trunk/linux/; revision=21265
This commit is contained in:
Ben Hutchings 2014-04-24 02:46:03 +00:00
parent 8bb368ac23
commit beca0a507f
6 changed files with 6 additions and 3 deletions

View File

@ -9,6 +9,7 @@ kernel-arch: powerpc
image-file: vmlinux
[image]
configs:
suggests: mkvmlinuz
install-stem: vmlinux
@ -23,3 +24,6 @@ configs: powerpc/config.powerpc powerpc/config.powerpc-smp
[powerpc64_description]
hardware: 64-bit PowerPC
[powerpc64_image]
configs: kernelarch-powerpc/config-arch-64

View File

@ -8,7 +8,6 @@ image-file: vmlinux
[image]
suggests: mkvmlinuz
configs: powerpc/config powerpcspe/config.powerpcspe
install-stem: vmlinux
[description]

View File

@ -7,7 +7,7 @@ kernel-arch: powerpc
image-file: vmlinux
[image]
configs: powerpc/config
configs:
suggests: mkvmlinuz
install-stem: vmlinux
@ -15,4 +15,4 @@ install-stem: vmlinux
hardware: 64-bit PowerPC
[powerpc64_image]
configs: powerpc/config.powerpc64
configs: kernelarch-powerpc/config-arch-64