1fde400d77ce2fe8725c32700afa2e5ab5ec4cb4
[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
8 ifndef CONFIG_TPL_BUILD
9 obj-y += punit.o
10 endif
11
12 obj-y += hostbridge.o
13 obj-y += itss.o
14 obj-y += lpc.o
15 obj-y += pch.o
16 obj-y += pmc.o
17 obj-y += uart.o