]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/boot: Makefile cleanup
authorMichal Marek <mmarek@suse.cz>
Thu, 2 Oct 2014 13:49:15 +0000 (15:49 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 16 Mar 2015 07:50:15 +0000 (18:50 +1100)
commit755457f992b7382298cda685b3ed1fea06d80fea
treeed13239049120e767064cbd1e0d816a8e4770525
parent7f4eec395351ef25166276ad9dc3390b83ab41b6
powerpc/boot: Makefile cleanup

The $(image-n) variable will never exist, because unset Kconfig options
are '' and not 'n'.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/Makefile