mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / intel / tglrvp / Makefile.inc
blob745e0cfddb178aba3f8884ce4addcf22a1706c81
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; version 2 of the License.
8 ##
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
15 subdirs-y += spd
17 bootblock-y += bootblock.c
18 bootblock-$(CONFIG_CHROMEOS) += chromeos.c
20 verstage-$(CONFIG_CHROMEOS) += chromeos.c
22 romstage-$(CONFIG_CHROMEOS) += chromeos.c
23 romstage-y += romstage_fsp_params.c
24 romstage-y += board_id.c
26 ramstage-$(CONFIG_CHROMEOS) += chromeos.c
27 ramstage-y += mainboard.c
28 ramstage-y += board_id.c
30 subdirs-y += ../common
31 subdirs-y += variants/baseboard
32 CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
34 subdirs-y += variants/$(VARIANT_DIR)