blob: 91c136924e28a9b3bcc2f379e7108e422f00b46a [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
Jonathan Neuschäfer5f8cb142016-07-07 20:53:28 +020018bootblock-y += rom_media.c
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -070019romstage-y += romstage.c
20romstage-y += uart.c
21romstage-y += spike_util.c
Jonathan Neuschäfer5f8cb142016-07-07 20:53:28 +020022romstage-y += rom_media.c
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -070023ramstage-y += uart.c
24ramstage-y += spike_util.c
Jonathan Neuschäfer5f8cb142016-07-07 20:53:28 +020025ramstage-y += rom_media.c
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -070026
27bootblock-y += memlayout.ld
28romstage-y += memlayout.ld
29ramstage-y += memlayout.ld