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