summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8/Makefile.inc
blob: b713df71c9f5db31cfb1dc249e6975dd8ef9f74b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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