Commit af0d0480 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc32: fix SMP build

From: Olaf Hering <olh@suse.de>

Current Linus tree adds an extra space and dot to the mkprep options.
`make all' with an smp config doesnt work.  This patch fixes it.
parent 88c3cbad
...@@ -114,7 +114,7 @@ zimageinitrd-$(CONFIG_SPRUCE) := zImage.initrd-TREE ...@@ -114,7 +114,7 @@ zimageinitrd-$(CONFIG_SPRUCE) := zImage.initrd-TREE
misc-$(CONFIG_SPRUCE) += misc-spruce.o misc-$(CONFIG_SPRUCE) += misc-spruce.o
# SMP images should have a '.smp' suffix. # SMP images should have a '.smp' suffix.
end-$(CONFIG_SMP) += .smp end-$(CONFIG_SMP) := $(end-y).smp
# This is a treeboot that needs init functions until the # This is a treeboot that needs init functions until the
# boot rom is sorted out (i.e. this is short lived) # boot rom is sorted out (i.e. this is short lived)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment