blob: 36f1fca58c56b87141f171f23026dcc54bc559e8 [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
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -070015bootblock-y += uart.c
Jonathan Neuschäfer5f8cb142016-07-07 20:53:28 +020016bootblock-y += rom_media.c
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -070017romstage-y += romstage.c
18romstage-y += uart.c
Jonathan Neuschäfer5f8cb142016-07-07 20:53:28 +020019romstage-y += rom_media.c
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -070020ramstage-y += uart.c
Jonathan Neuschäfer5f8cb142016-07-07 20:53:28 +020021ramstage-y += rom_media.c
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -070022
23bootblock-y += memlayout.ld
24romstage-y += memlayout.ld
25ramstage-y += memlayout.ld