]> git.sur5r.net Git - u-boot/blob - arch/x86/cpu/intel_common/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / x86 / cpu / intel_common / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2016 Google, Inc
4
5 ifdef CONFIG_HAVE_MRC
6 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += car.o
7 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += me_status.o
8 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += report_platform.o
9 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += mrc.o
10 endif
11 obj-y += cpu.o
12 obj-y += lpc.o
13 ifndef CONFIG_TARGET_EFI
14 obj-y += microcode.o
15 endif
16 obj-y += pch.o