From 6c950da54ce2dff7b2874d774147572b95ae82f6 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 8 Sep 2015 16:30:05 -0500 Subject: cpu: fix cpu_microcode class There's no reason defining another class compiler which overrides the first one. The microcode files are just built into a binary and added to cbfs. There's no reason to change compilers. Change-Id: Icb47d509832e7433092a814bad020f8d66f2a299 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/11596 Reviewed-by: Timothy Pearson Tested-by: build bot (Jenkins) --- src/cpu/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/Makefile.inc') diff --git a/src/cpu/Makefile.inc b/src/cpu/Makefile.inc index d757c79673..3ea42e5731 100644 --- a/src/cpu/Makefile.inc +++ b/src/cpu/Makefile.inc @@ -13,7 +13,6 @@ subdirs-y += x86 subdirs-$(CONFIG_CPU_QEMU_X86) += qemu-x86 $(eval $(call create_class_compiler,cpu_microcode,x86_32)) -$(eval $(call create_class_compiler,cpu_microcode,x86_64)) ################################################################################ ## Rules for building the microcode blob in CBFS ################################################################################ -- cgit v1.2.3