blob: 06de964cc8fd2641d5e46fdb9570318da7502c44 [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 Glass2df61882016-03-11 22:06:54 -070010ifndef CONFIG_TARGET_EFI
11obj-y += microcode.o
12endif