blob: d7332ffeed6ad569728d917368733f79eab3ee00 [file] [log] [blame]
Simon Glass0b36ecd2014-11-12 22:42:07 -07001#
2# Copyright (c) 2014 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Bin Meng5dbe3042016-02-17 00:16:21 -08007ifdef CONFIG_HAVE_FSP
8obj-y += fsp_configs.o ivybridge.o
9else
Simon Glass17f1c402014-11-14 18:18:32 -070010obj-y += bd82x6x.o
Simon Glass0b36ecd2014-11-12 22:42:07 -070011obj-y += car.o
12obj-y += cpu.o
Simon Glass268eefd2014-11-12 22:42:28 -070013obj-y += early_me.o
Simon Glassd90f8e12014-11-14 20:56:36 -070014obj-y += gma.o
Simon Glassdcfac352014-11-12 22:42:15 -070015obj-y += lpc.o
Simon Glass268eefd2014-11-12 22:42:28 -070016obj-y += me_status.o
Simon Glasscf46d372014-11-24 21:18:16 -070017obj-y += model_206ax.o
Simon Glassf79d5382014-11-12 22:42:21 -070018obj-y += microcode_intel.o
Simon Glass61612ed2014-11-24 21:18:18 -070019obj-y += northbridge.o
Simon Glass268eefd2014-11-12 22:42:28 -070020obj-y += report_platform.o
Simon Glasscd0adb32014-11-14 18:18:38 -070021obj-y += sata.o
Simon Glass0b36ecd2014-11-12 22:42:07 -070022obj-y += sdram.o
Bin Meng5dbe3042016-02-17 00:16:21 -080023endif