Skip to content

Commit ae5b677

Browse files
shenkitorvalds
authored andcommitted
powerpc: Fix 85xx build
The merge of the kbuild tree dropped the renaming of the FSL_BOOKE kconfig option. Fixes: 8afc66e ("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>
1 parent 60bb815 commit ae5b677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ obj-$(CONFIG_PPC_BOOK3S_32) += head_book3s_32.o
121121
obj-$(CONFIG_40x) += head_40x.o
122122
obj-$(CONFIG_44x) += head_44x.o
123123
obj-$(CONFIG_PPC_8xx) += head_8xx.o
124-
obj-$(CONFIG_FSL_BOOKE) += head_85xx.o
124+
obj-$(CONFIG_PPC_85xx) += head_85xx.o
125125
extra-y += vmlinux.lds
126126

127127
obj-$(CONFIG_RELOCATABLE) += reloc_$(BITS).o

0 commit comments

Comments
 (0)