Simon Glass | 144652f | 2016-03-11 22:06:53 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2016 Google, Inc |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | obj-$(CONFIG_HAVE_MRC) += car.o |
Simon Glass | 780ba48 | 2016-03-11 22:06:58 -0700 | [diff] [blame] | 8 | obj-y += cpu.o |
Simon Glass | 63e08a2 | 2016-03-11 22:06:57 -0700 | [diff] [blame] | 9 | obj-y += lpc.o |
Simon Glass | b67be7e | 2016-03-11 22:07:00 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_HAVE_MRC) += me_status.o |
Simon Glass | 2df6188 | 2016-03-11 22:06:54 -0700 | [diff] [blame] | 11 | ifndef CONFIG_TARGET_EFI |
| 12 | obj-y += microcode.o |
| 13 | endif |
Simon Glass | 9c852d7 | 2016-03-16 07:44:36 -0600 | [diff] [blame] | 14 | obj-y += pch.o |
Simon Glass | b67be7e | 2016-03-11 22:07:00 -0700 | [diff] [blame] | 15 | obj-$(CONFIG_HAVE_MRC) += report_platform.o |
Simon Glass | dbc6e14 | 2016-03-16 07:44:37 -0600 | [diff] [blame] | 16 | obj-$(CONFIG_HAVE_MRC) += mrc.o |