xref: /openbmc/u-boot/arch/x86/cpu/ivybridge/Makefile (revision 278d3a44)
1#
2# Copyright (c) 2014 Google, Inc
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-y += bd82x6x.o
8obj-y += car.o
9obj-y += cpu.o
10obj-y += early_me.o
11obj-y += gma.o
12obj-y += lpc.o
13obj-y += me_status.o
14obj-y += model_206ax.o
15obj-y += microcode_intel.o
16obj-y += northbridge.o
17obj-y += report_platform.o
18obj-y += sata.o
19obj-y += sdram.o
20obj-y += usb_xhci.o
21