xref: /openbmc/u-boot/arch/x86/cpu/broadwell/Makefile (revision 8f6d5bbb)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (c) 2016 Google, Inc
4
5obj-y += adsp.o
6obj-y += cpu.o
7obj-y += iobp.o
8obj-y += lpc.o
9obj-y += me.o
10obj-y += northbridge.o
11obj-y += pch.o
12obj-y += pinctrl_broadwell.o
13obj-y += power_state.o
14obj-y += refcode.o
15obj-y += sata.o
16obj-y += sdram.o
17