diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-04-05 20:51:27 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-04-12 15:01:09 +0200 |
commit | 7fb6f7b0af6742601e0efe315c78c26e88d30ff1 (patch) | |
tree | 2e460014e9d4965634cbd415dd1d7b13ceb4a031 /arch/mips/mti-malta/Makefile | |
parent | 045c340c86f8a9d7cb675e179dc6297caa6ebc01 (diff) | |
download | lwn-7fb6f7b0af6742601e0efe315c78c26e88d30ff1.tar.gz lwn-7fb6f7b0af6742601e0efe315c78c26e88d30ff1.zip |
MIPS: Remove deprecated CONFIG_MIPS_CMP
Commit 5cac93b35c14 ("MIPS: Deprecate CONFIG_MIPS_CMP") deprecated
CONFIG_MIPS_CMP and after 9 years it's time to remove it.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/mti-malta/Makefile')
-rw-r--r-- | arch/mips/mti-malta/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mti-malta/Makefile b/arch/mips/mti-malta/Makefile index 13bbd12bfa65..bb2c706e11b0 100644 --- a/arch/mips/mti-malta/Makefile +++ b/arch/mips/mti-malta/Makefile @@ -14,6 +14,4 @@ obj-y += malta-platform.o obj-y += malta-setup.o obj-y += malta-time.o -obj-$(CONFIG_MIPS_CMP) += malta-amon.o - CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt |