kernel/arch/powerpc/oprofile/Makefile
.. .. @@ -1,5 +1,4 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 -subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror3 2 4 3 ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC) 5 4 .. .. @@ -17,4 +16,4 @@ 17 16 cell/spu_task_sync.o 18 17 oprofile-$(CONFIG_PPC_BOOK3S_64) += op_model_power4.o op_model_pa6t.o 19 18 oprofile-$(CONFIG_FSL_EMB_PERFMON) += op_model_fsl_emb.o 20 -oprofile-$(CONFIG_6xx) += op_model_7450.o19 +oprofile-$(CONFIG_PPC_BOOK3S_32) += op_model_7450.o