src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / google / smaug / Makefile.inc
blob8194d0bb569d56e1b0f8720156131f55d3db0cff
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 # Add a handler for BCT config files
8 $(call add-special-class,bct-cfg)
9 bct-cfg-handler= $(eval $(obj)/generated/bct.cfg: $(1)$(2))
11 $(obj)/generated/bct.cfg:
12         @printf "    CAT        $(subst $(obj)/,,$(@))\n"
13         cat $^ > $@
15 subdirs-y += bct
17 bootblock-y += bootblock.c
18 bootblock-y += pmic.c
19 bootblock-y += reset.c
21 verstage-y += chromeos.c
22 verstage-y += reset.c
24 romstage-y += chromeos.c
25 romstage-y += pmic.c
26 romstage-y += reset.c
27 romstage-y += romstage.c
28 romstage-y += sdram_configs.c
30 ramstage-y += chromeos.c
31 ramstage-y += boardid.c
32 ramstage-y += mainboard.c
33 ramstage-y += reset.c
34 ramstage-y += pmic.c
35 ramstage-y += sdram_configs.c
37 bootblock-y += memlayout.ld
38 romstage-y += memlayout.ld
39 ramstage-y += memlayout.ld
40 verstage-y += memlayout.ld