src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / google / gru / Makefile.inc
blob173459784a279d2b81c38f89d8b105511b235f00
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 subdirs-y += sdram_params/
9 decompressor-y += memlayout.ld
11 bootblock-y += bootblock.c
12 bootblock-y += chromeos.c
13 bootblock-y += memlayout.ld
14 bootblock-y += pwm_regulator.c
15 bootblock-y += boardid.c
16 bootblock-y += reset.c
18 verstage-y += chromeos.c
19 verstage-y += memlayout.ld
20 verstage-y += reset.c
22 romstage-y += boardid.c
23 romstage-y += chromeos.c
24 romstage-y += memlayout.ld
25 romstage-y += pwm_regulator.c
26 romstage-y += romstage.c
27 romstage-y += reset.c
28 romstage-y += sdram_configs.c
30 ramstage-y += boardid.c
31 ramstage-y += chromeos.c
32 ramstage-y += mainboard.c
33 ramstage-y += memlayout.ld
34 ramstage-y += reset.c
35 ramstage-y += sdram_configs.c  # Needed for ram_code()