diff options
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 |
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 |
318 | image-y += $(subst ",,$(CONFIG_EXTRA_TARGETS)) | 318 | image-y += $(subst ",,$(CONFIG_EXTRA_TARGETS)) |
319 | 319 | ||
320 | initrd- := $(patsubst zImage%, zImage.initrd%, $(image-n) $(image-)) | 320 | initrd- := $(patsubst zImage%, zImage.initrd%, $(image-)) |
321 | initrd-y := $(patsubst zImage%, zImage.initrd%, \ | 321 | initrd-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%, \ |