37e42092ec930844fc446896e16371c49c0febfc
[oweals/u-boot.git] / arch / x86 / cpu / apollolake / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2019 Google LLC
4
5 obj-$(CONFIG_SPL_BUILD) += spl.o
6 obj-$(CONFIG_SPL_BUILD) += systemagent.o
7 obj-y += cpu_common.o
8
9 ifndef CONFIG_TPL_BUILD
10 obj-y += cpu.o
11 obj-y += punit.o
12 endif
13
14 obj-y += hostbridge.o
15 obj-y += itss.o
16 obj-y += lpc.o
17 obj-y += pch.o
18 obj-y += pmc.o
19 obj-y += uart.o