blob: 07f27c29ec7974fd967ee8ffb56ea483c4591cf8 [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
Simon Glass79ef6992019-04-25 21:58:53 -06006obj-$(CONFIG_$(SPL_TPL_)X86_16BIT_INIT) += car.o
Simon Glassa7a3eb32019-04-25 21:59:05 -06007obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += me_status.o
8obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += report_platform.o
9obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += mrc.o
Simon Glassd0594ff2017-01-16 07:03:46 -070010endif
Simon Glass780ba482016-03-11 22:06:58 -070011obj-y += cpu.o
Simon Glass63e08a22016-03-11 22:06:57 -070012obj-y += lpc.o
Bin Meng65820742018-06-12 08:36:24 -070013ifndef CONFIG_TARGET_EFI_APP
Simon Glassa7a3eb32019-04-25 21:59:05 -060014obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += microcode.o
15ifndef CONFIG_$(SPL_)X86_64
Simon Glass2df61882016-03-11 22:06:54 -070016obj-y += microcode.o
17endif
Simon Glassa7a3eb32019-04-25 21:59:05 -060018endif
Simon Glass9c852d72016-03-16 07:44:36 -060019obj-y += pch.o
Simon Glassd806916b2019-04-25 21:58:56 -060020
21ifdef CONFIG_SPL
22ifndef CONFIG_SPL_BUILD
23obj-y += cpu_from_spl.o
24endif
25endif