projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
x86: ivybridge: Drop the special PCI driver
[platform/kernel/u-boot.git]
/
arch
/
x86
/
cpu
/
ivybridge
/
Makefile
1
#
2
# Copyright (c) 2014 Google, Inc
3
#
4
# SPDX-License-Identifier: GPL-2.0+
5
#
6
7
obj-y += bd82x6x.o
8
obj-y += car.o
9
obj-y += cpu.o
10
obj-y += early_me.o
11
obj-y += gma.o
12
obj-y += lpc.o
13
obj-y += me_status.o
14
obj-y += model_206ax.o
15
obj-y += microcode_intel.o
16
obj-y += northbridge.o
17
obj-y += pch.o
18
obj-y += report_platform.o
19
obj-y += sata.o
20
obj-y += sdram.o
21
obj-y += usb_ehci.o
22
obj-y += usb_xhci.o