Commit 755457f9 authored by Michal Marek's avatar Michal Marek Committed by Michael Ellerman
Browse files

powerpc/boot: Makefile cleanup



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

Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 7f4eec39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ endif
# Allow extra targets to be added to the defconfig
image-y	+= $(subst ",,$(CONFIG_EXTRA_TARGETS))

initrd-  := $(patsubst zImage%, zImage.initrd%, $(image-n) $(image-))
initrd-  := $(patsubst zImage%, zImage.initrd%, $(image-))
initrd-y := $(patsubst zImage%, zImage.initrd%, \
		$(patsubst dtbImage%, dtbImage.initrd%, \
		$(patsubst simpleImage%, simpleImage.initrd%, \