summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-power8/Makefile.inc
blob: 851b557d328088a4b73f5e3b31542847b2391109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only

bootblock-y += bootblock.c
bootblock-y += uart.c
romstage-y += cbmem.c
romstage-y += romstage.c
ramstage-y += timer.c
romstage-y += uart.c
ramstage-y += uart.c

bootblock-y += memlayout.ld
romstage-y += memlayout.ld
ramstage-y += memlayout.ld