diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-03-15 19:43:05 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-16 02:47:57 +0200 |
commit | b5bba0935fe2195df483c9d325b49b004399f0c9 (patch) | |
tree | cad717193870828103d2ba18c305c0d19567788f /src/cpu | |
parent | 181b77324f9b15e66479ac150a644c3b6cb72c12 (diff) | |
download | coreboot-b5bba0935fe2195df483c9d325b49b004399f0c9.tar.xz |
cpu: add x64 class for cpu_microcode
Change-Id: I1535fea97c676ed6465d777f444b0a1a0e023474
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-on: http://review.coreboot.org/8694
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/Makefile.inc b/src/cpu/Makefile.inc index b0991bc501..cdd353f20c 100644 --- a/src/cpu/Makefile.inc +++ b/src/cpu/Makefile.inc @@ -13,6 +13,7 @@ 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 ################################################################################ |