blob: c0fcf0ce78fe406773bbfb4255ed324491d7c317 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass144652f2016-03-11 22:06:53 -07002#
3# Copyright (c) 2016 Google, Inc
Simon Glass144652f2016-03-11 22:06:53 -07004
Simon Glassd0594ff2017-01-16 07:03:46 -07005ifdef CONFIG_HAVE_MRC
6obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += car.o
7obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += me_status.o
8obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += report_platform.o
9obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += mrc.o
10endif
Simon Glass780ba482016-03-11 22:06:58 -070011obj-y += cpu.o
Simon Glass63e08a22016-03-11 22:06:57 -070012obj-y += lpc.o
Simon Glass2df61882016-03-11 22:06:54 -070013ifndef CONFIG_TARGET_EFI
14obj-y += microcode.o
15endif
Simon Glass9c852d72016-03-16 07:44:36 -060016obj-y += pch.o