summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7/Makefile.inc
blob: 6114a051ac5fe744061348ef52d52eb8fc24728b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only

romstage-y += romstage.c

romstage-y += cbmem.c

bootblock-y += media.c
romstage-y += media.c
ramstage-y += media.c

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

bootblock-y += mmio.c
romstage-y += mmio.c
ramstage-y += mmio.c

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