src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / google / oak / Makefile.inc
blobdc99fdd430d24e95e5b5f1405b78ee4f6feceaa8
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 += memlayout.ld
9 bootblock-y += chromeos.c
10 bootblock-y += boardid.c
11 bootblock-$(CONFIG_OAK_HAS_TPM2) += tpm_tis.c
13 verstage-y += chromeos.c
14 verstage-y += memlayout.ld
15 verstage-$(CONFIG_OAK_HAS_TPM2) += tpm_tis.c
17 romstage-y += chromeos.c
18 romstage-y += romstage.c sdram_configs.c
19 romstage-y += memlayout.ld
20 romstage-y += boardid.c
21 romstage-$(CONFIG_OAK_HAS_TPM2) += tpm_tis.c
23 ramstage-y += mainboard.c
24 ramstage-y += chromeos.c
25 ramstage-y += memlayout.ld
26 ramstage-y += boardid.c
27 ramstage-$(CONFIG_OAK_HAS_TPM2) += tpm_tis.c