src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / intel / tglrvp / Makefile.inc
blob28684e2fa78543104328da6840ba291394218935
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 subdirs-y += spd
9 bootblock-y += bootblock.c
10 bootblock-$(CONFIG_CHROMEOS) += chromeos.c
12 verstage-$(CONFIG_CHROMEOS) += chromeos.c
14 romstage-$(CONFIG_CHROMEOS) += chromeos.c
15 romstage-y += romstage_fsp_params.c
16 romstage-y += board_id.c
18 ramstage-$(CONFIG_CHROMEOS) += chromeos.c
19 ramstage-y += mainboard.c
20 ramstage-y += board_id.c
22 subdirs-y += ../common
23 subdirs-y += variants/baseboard
24 CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
26 subdirs-y += variants/$(VARIANT_DIR)