blob: d5742e1aadd90df659670c2d01308eac43d0b756 [file] [log] [blame]
Hung-Te Lin7635a602013-02-12 00:07:38 +08001##
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
15romstage-y += romstage.c
Hung-Te Lin7635a602013-02-12 00:07:38 +080016
Kyösti Mälkkia38d1b22014-11-10 15:08:47 +020017romstage-y += cbmem.c
18ramstage-y += cbmem.c
19
Hung-Te Lin7635a602013-02-12 00:07:38 +080020bootblock-y += media.c
21romstage-y += media.c
22ramstage-y += media.c
23
24bootblock-y += timer.c
25romstage-y += timer.c
26ramstage-y += timer.c
Kyösti Mälkki70342a72014-03-14 22:28:29 +020027
28bootblock-y += mmio.c
29romstage-y += mmio.c
30ramstage-y += mmio.c
Julius Wernerec5e5e02014-08-20 15:29:56 -070031
32bootblock-y += memlayout.ld
33romstage-y += memlayout.ld
34ramstage-y += memlayout.ld