]> git.sur5r.net Git - u-boot/blob - arch/x86/cpu/intel_common/Makefile
x86: Move common PCH code into a common place
[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 obj-y += cpu.o
9 obj-y += lpc.o
10 obj-$(CONFIG_HAVE_MRC) += me_status.o
11 ifndef CONFIG_TARGET_EFI
12 obj-y += microcode.o
13 endif
14 obj-y += pch.o
15 obj-$(CONFIG_HAVE_MRC) += report_platform.o