armv7: Add emulation/qemu-armv7 board.
[coreboot.git] / src / mainboard / emulation / qemu-armv7 / Makefile.inc
blobcea3b15ceb108a9ba04a5f7f08ec8515189bae90
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2013 Google Inc.
5 ##
6 ## This software is licensed under the terms of the GNU General Public
7 ## License version 2, as published by the Free Software Foundation, and
8 ## may be copied, distributed, and modified under those terms.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
15 romstage-y += romstage.c
16 ramstage-y += ramstage.c
18 bootblock-y += media.c
19 romstage-y += media.c
20 ramstage-y += media.c
22 bootblock-y += timer.c
23 romstage-y += timer.c
24 ramstage-y += timer.c
26 bootblock-$(CONFIG_EARLY_CONSOLE) += uart.c
27 romstage-$(CONFIG_EARLY_CONSOLE) += uart.c
28 ramstage-y += uart.c
30 SRC_ROOT = $(src)/mainboard/emulation/qemu-armv7a