src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / google / daisy / Makefile.inc
blob32046b1d4a414ca417e3c95ab8398bff2443ffef
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 bootblock-y += wakeup.c
9 romstage-y += memory.c
10 romstage-y += romstage.c
11 romstage-y += wakeup.c
12 romstage-y += chromeos.c
14 ramstage-y += mainboard.c
15 ramstage-y += chromeos.c
17 bootblock-y += memlayout.ld
18 romstage-y += memlayout.ld
19 ramstage-y += memlayout.ld