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