blob: dff475817305a3920139edc2cc0a78d4ddb93dc6 [file] [log] [blame]
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -07001##
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.
14
15bootblock-y += bootblock.c
16bootblock-y += uart.c
17bootblock-y += spike_util.c
18romstage-y += romstage.c
19romstage-y += uart.c
20romstage-y += spike_util.c
21ramstage-y += uart.c
22ramstage-y += spike_util.c
23
24bootblock-y += memlayout.ld
25romstage-y += memlayout.ld
26ramstage-y += memlayout.ld