blob: 1145e7896cc4bc9f6f549d3bc05cd6c982dd3478 [file] [log] [blame]
Simon Glass144652f2016-03-11 22:06:53 -07001#
2# Copyright (c) 2016 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Simon Glassd0594ff2017-01-16 07:03:46 -07007ifdef CONFIG_HAVE_MRC
8obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += car.o
9obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += me_status.o
10obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += report_platform.o
11obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += mrc.o
12endif
Simon Glass780ba482016-03-11 22:06:58 -070013obj-y += cpu.o
Simon Glass63e08a22016-03-11 22:06:57 -070014obj-y += lpc.o
Simon Glass2df61882016-03-11 22:06:54 -070015ifndef CONFIG_TARGET_EFI
16obj-y += microcode.o
17endif
Simon Glass9c852d72016-03-16 07:44:36 -060018obj-y += pch.o