src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / google / veyron / Makefile.inc
blob5e96068fc8c7c78158cb26ca04a32aa8a57917e3
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 bootblock-y += bootblock.c
8 bootblock-y += boardid.c
9 bootblock-y += chromeos.c
10 bootblock-y += reset.c
12 verstage-y += boardid.c
13 verstage-y += chromeos.c
14 verstage-y += reset.c
16 romstage-y += boardid.c
17 romstage-y += chromeos.c
18 romstage-y += romstage.c
19 romstage-y += sdram_configs.c
20 romstage-y += reset.c
22 ramstage-y += boardid.c
23 ramstage-y += chromeos.c
24 ramstage-y += mainboard.c
25 ramstage-y += reset.c
27 bootblock-y += memlayout.ld
28 verstage-y += memlayout.ld
29 romstage-y += memlayout.ld
30 ramstage-y += memlayout.ld