aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 8a5bc1cfc6aa..73a19fac4850 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -317,7 +317,7 @@ endif
317# Allow extra targets to be added to the defconfig 317# Allow extra targets to be added to the defconfig
318image-y += $(subst ",,$(CONFIG_EXTRA_TARGETS)) 318image-y += $(subst ",,$(CONFIG_EXTRA_TARGETS))
319 319
320initrd- := $(patsubst zImage%, zImage.initrd%, $(image-n) $(image-)) 320initrd- := $(patsubst zImage%, zImage.initrd%, $(image-))
321initrd-y := $(patsubst zImage%, zImage.initrd%, \ 321initrd-y := $(patsubst zImage%, zImage.initrd%, \
322 $(patsubst dtbImage%, dtbImage.initrd%, \ 322 $(patsubst dtbImage%, dtbImage.initrd%, \
323 $(patsubst simpleImage%, simpleImage.initrd%, \ 323 $(patsubst simpleImage%, simpleImage.initrd%, \