]> git.sur5r.net Git - u-boot/blob - arch/x86/cpu/intel_common/Makefile
x86: Move microcode code to a common location
[u-boot] / arch / x86 / cpu / intel_common / Makefile
1 #
2 # Copyright (c) 2016 Google, Inc
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-$(CONFIG_HAVE_MRC) += car.o
8 ifndef CONFIG_TARGET_EFI
9 obj-y += microcode.o
10 endif