blob: 804c539ca4bd4d30a7665f004b60065bedd708da [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
7obj-$(CONFIG_HAVE_MRC) += car.o
Simon Glass780ba482016-03-11 22:06:58 -07008obj-y += cpu.o
Simon Glass63e08a22016-03-11 22:06:57 -07009obj-y += lpc.o
Simon Glassb67be7e2016-03-11 22:07:00 -070010obj-$(CONFIG_HAVE_MRC) += me_status.o
Simon Glass2df61882016-03-11 22:06:54 -070011ifndef CONFIG_TARGET_EFI
12obj-y += microcode.o
13endif
Simon Glass9c852d72016-03-16 07:44:36 -060014obj-y += pch.o
Simon Glassb67be7e2016-03-11 22:07:00 -070015obj-$(CONFIG_HAVE_MRC) += report_platform.o
Simon Glassdbc6e142016-03-16 07:44:37 -060016obj-$(CONFIG_HAVE_MRC) += mrc.o