tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / google / cosmos / Makefile.inc
blob12f38bd6cfbc12f462fff71a71e3c363d2954ce9
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright 2014 Google Inc.
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
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.
15 bootblock-y += bootblock.c
16 bootblock-y += boardid.c
17 bootblock-y += chromeos.c
18 bootblock-y += reset.c
20 verstage-y += boardid.c
21 verstage-y += chromeos.c
22 verstage-y += reset.c
24 romstage-y += boardid.c
25 romstage-y += chromeos.c
26 romstage-y += romstage.c
27 romstage-y += reset.c
29 ramstage-y += boardid.c
30 ramstage-y += chromeos.c
31 ramstage-y += mainboard.c
32 ramstage-y += reset.c
34 bootblock-y += memlayout.ld
35 verstage-y += memlayout.ld
36 romstage-y += memlayout.ld
37 ramstage-y += memlayout.ld