blob: a3d6d5913fa7e480c3a5ff813b51b51dbf2bd58a [file] [log] [blame]
Dennis Wassenbergbd105162015-09-10 12:20:58 +02001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2015-2016 secunet Security Networks AG
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
15
Arthur Heymans360d9472019-11-12 18:11:03 +010016bootblock-y += gpio.c
Dennis Wassenbergbd105162015-09-10 12:20:58 +020017romstage-y += gpio.c
18
Arthur Heymansfa5d0f82019-11-12 19:11:50 +010019bootblock-y += variants/$(VARIANT_DIR)/early_init.c
20romstage-y += variants/$(VARIANT_DIR)/early_init.c
Dennis Wassenbergbd105162015-09-10 12:20:58 +020021ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += variants/$(VARIANT_DIR)/gma-mainboard.ads
22
23CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
Arthur Heymansfa5d0f82019-11-12 19:11:50 +010024bootblock-y += early_init.c
25romstage-y += early_init.c