Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Fix 85xx build

The merge of the kbuild tree dropped the renaming of the FSL_BOOKE
kconfig option.

Fixes: 8afc66e8d43b ("Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Joel Stanley and committed by
Linus Torvalds
ae5b6779 60bb8154

+1 -1
+1 -1
arch/powerpc/kernel/Makefile
··· 121 121 obj-$(CONFIG_40x) += head_40x.o 122 122 obj-$(CONFIG_44x) += head_44x.o 123 123 obj-$(CONFIG_PPC_8xx) += head_8xx.o 124 - obj-$(CONFIG_FSL_BOOKE) += head_85xx.o 124 + obj-$(CONFIG_PPC_85xx) += head_85xx.o 125 125 extra-y += vmlinux.lds 126 126 127 127 obj-$(CONFIG_RELOCATABLE) += reloc_$(BITS).o