diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-09-08 16:30:05 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2015-09-08 22:23:56 +0000 |
commit | 6c950da54ce2dff7b2874d774147572b95ae82f6 (patch) | |
tree | a536be1fc3f2ba468cf67bf8bb9f5b6fb16dce18 /src/cpu | |
parent | ccda446e5204c99a98867f93113eea2a71b1c4c4 (diff) |
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 <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/11596
Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 ################################################################################ |