]>
Commit | Line | Data |
---|---|---|
8ef07571 SG |
1 | # |
2 | # Copyright (c) 2014 Google, Inc | |
3 | # | |
4 | # SPDX-License-Identifier: GPL-2.0+ | |
5 | # | |
6 | ||
43741396 BM |
7 | ifdef CONFIG_HAVE_FSP |
8 | obj-y += fsp_configs.o ivybridge.o | |
9 | else | |
4e7a6aca | 10 | obj-y += bd82x6x.o |
8ef07571 SG |
11 | obj-y += car.o |
12 | obj-y += cpu.o | |
65dd74a6 | 13 | obj-y += early_me.o |
effcf067 | 14 | obj-y += gma.o |
2b605154 | 15 | obj-y += lpc.o |
65dd74a6 | 16 | obj-y += me_status.o |
bb80be39 | 17 | obj-y += model_206ax.o |
77f9b1fb | 18 | obj-y += microcode_intel.o |
24774278 | 19 | obj-y += northbridge.o |
65dd74a6 | 20 | obj-y += report_platform.o |
3ac83935 | 21 | obj-y += sata.o |
8ef07571 | 22 | obj-y += sdram.o |
43741396 | 23 | endif |