x86: Move common CPU code to its own place
[platform/kernel/u-boot.git] / 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 obj-y += cpu.o
9 obj-y += lpc.o
10 ifndef CONFIG_TARGET_EFI
11 obj-y += microcode.o
12 endif