blob: fbc778cda5f6c370abc1595119610004360426a2 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass71606de2016-03-11 22:07:18 -07002#
3# Copyright (c) 2016 Google, Inc
Simon Glass71606de2016-03-11 22:07:18 -07004
Simon Glass398336e2019-02-16 20:25:01 -07005obj-y += adsp.o
Simon Glass71606de2016-03-11 22:07:18 -07006obj-y += cpu.o
Simon Glass409cb192019-04-25 21:58:51 -06007obj-y += cpu_full.o
Simon Glassc51faed2019-04-25 21:58:54 -06008
9ifdef CONFIG_SPL
10ifndef CONFIG_SPL_BUILD
11obj-y += cpu_from_spl.o
12obj-y += cpu_full.o
13endif
14ifndef CONFIG_SPL_BUILD
15# obj-y += cpu_from_spl.o
16endif
17endif
18
19ifeq ($(CONFIG_$(SPL_TPL_)X86_32BIT_INIT),)
20#obj-y += cpu_from_spl.o
21endif
22
Simon Glasse7d04d82016-03-11 22:07:19 -070023obj-y += iobp.o
Simon Glassac0cce52016-03-11 22:07:23 -070024obj-y += lpc.o
Simon Glass17f9d5c2016-03-11 22:07:28 -070025obj-y += me.o
Simon Glassac9609c2016-03-11 22:07:22 -070026obj-y += northbridge.o
Simon Glasse7d04d82016-03-11 22:07:19 -070027obj-y += pch.o
Simon Glasse984eda2016-03-11 22:07:20 -070028obj-y += pinctrl_broadwell.o
Simon Glassc7805d52016-03-11 22:07:25 -070029obj-y += power_state.o
Simon Glasscb9a3522016-03-11 22:07:24 -070030obj-y += refcode.o
Simon Glass4979d072016-03-11 22:07:21 -070031obj-y += sata.o
Simon Glass69343ff2019-04-25 21:58:49 -060032obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += sdram.o