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 | 2df6188 | 2016-03-11 22:06:54 -0700 | [diff] [blame] | 10 | ifndef CONFIG_TARGET_EFI |
11 | obj-y += microcode.o | ||||
12 | endif |