xref: /u-boot/arch/x86/cpu/broadwell/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (c) 2016 Google, Inc
4
5obj-y += adsp.o
6obj-$(CONFIG_$(SPL_TPL_)X86_16BIT_INIT) += cpu.o
7obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += cpu_full.o
8
9ifdef CONFIG_SPL
10ifndef CONFIG_SPL_BUILD
11obj-y += cpu_from_spl.o
12obj-y += cpu_full.o
13obj-y += refcode.o
14endif
15ifndef CONFIG_SPL_BUILD
16# obj-y += cpu_from_spl.o
17endif
18endif
19
20ifeq ($(CONFIG_$(SPL_TPL_)X86_32BIT_INIT),)
21#obj-y += cpu_from_spl.o
22endif
23
24obj-y += iobp.o
25obj-y += lpc.o
26obj-y += me.o
27obj-y += northbridge.o
28obj-y += pch.o
29obj-y += pinctrl_broadwell.o
30obj-y += power_state.o
31obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += refcode.o
32obj-y += sata.o
33obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += sdram.o
34

Last Index update Sat Jun 03 09:59:21 CST 2023

Navigate Window
x
Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x