blob: abd341c5d75778be13e4f4d0989261c64caa5e22 [file] [log] [blame]
Ronald G. Minnich66bea522016-10-25 19:11:07 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2016 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 += uart.c
Ronald G. Minnich66bea522016-10-25 19:11:07 -070016bootblock-y += rom_media.c
17romstage-y += romstage.c
18romstage-y += uart.c
Ronald G. Minnich66bea522016-10-25 19:11:07 -070019romstage-y += rom_media.c
20ramstage-y += uart.c
Ronald G. Minnich66bea522016-10-25 19:11:07 -070021ramstage-y += rom_media.c
22
23bootblock-y += memlayout.ld
24romstage-y += memlayout.ld
25ramstage-y += memlayout.ld