Skip to content

Commit 1ecb29b

Browse files
EthanNelson-Moorebp3tk0v
authored andcommitted
x86/cpu: Remove Makefile rule for removed UMC CPU support
Support for UMC CPUs was removed in 7d328c5 ("x86/cpu: Remove CPU_SUP_UMC_32 support"), but a Makefile rule for the support code remained. Remove it. Fixes: 7d328c5 ("x86/cpu: Remove CPU_SUP_UMC_32 support") Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Reviewed-by: Ahmed S. Darwish <darwi@linutronix.de> Link: https://patch.msgid.link/20260610033252.164571-1-enelsonmoore@gmail.com
1 parent 4c2509f commit 1ecb29b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/x86/kernel/cpu/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ obj-$(CONFIG_CPU_SUP_HYGON) += hygon.o
4646
obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix.o
4747
obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o
4848
obj-$(CONFIG_CPU_SUP_TRANSMETA_32) += transmeta.o
49-
obj-$(CONFIG_CPU_SUP_UMC_32) += umc.o
5049
obj-$(CONFIG_CPU_SUP_ZHAOXIN) += zhaoxin.o
5150
obj-$(CONFIG_CPU_SUP_VORTEX_32) += vortex.o
5251

0 commit comments

Comments
 (0)