blob: 1918ca30a845d1501ec7cae5a95246b7ffe17fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Copyright (c) 2016 Google, Inc
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-$(CONFIG_HAVE_MRC) += car.o
obj-y += cpu.o
obj-y += lpc.o
obj-$(CONFIG_HAVE_MRC) += me_status.o
ifndef CONFIG_TARGET_EFI
obj-y += microcode.o
endif
obj-$(CONFIG_HAVE_MRC) += report_platform.o
|