src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / google / gale / Makefile.inc
blob5e6f33cafcf8252f561f37e0a97f8f5ebb9cb4ea
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 += cdp.c
9 bootblock-y += mmu.c
10 bootblock-y += reset.c
12 verstage-y += boardid.c
13 verstage-y += cdp.c
14 verstage-y += chromeos.c
15 verstage-y += blsp.c
16 verstage-y += memlayout.ld
17 verstage-y += reset.c
18 verstage-y += verstage.c
20 romstage-y += romstage.c
21 romstage-y += boardid.c
22 romstage-y += cdp.c
23 romstage-y += chromeos.c
24 romstage-y += mmu.c
25 romstage-y += reset.c
26 romstage-y += blsp.c
28 ramstage-y += boardid.c
29 ramstage-y += cdp.c
30 ramstage-y += chromeos.c
31 ramstage-y += mainboard.c
32 ramstage-y += mmu.c
33 ramstage-y += reset.c
34 ramstage-y += blsp.c
36 bootblock-y += memlayout.ld
37 romstage-y += memlayout.ld
38 ramstage-y += memlayout.ld