blob: e715be723e259410c35594260bdf1f9a897ef9a1 [file] [log] [blame]
Dennis Wassenbergbd105162015-09-10 12:20:58 +02001##
2## This file is part of the coreboot project.
3##
Dennis Wassenbergbd105162015-09-10 12:20:58 +02004##
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.
13##
14
Arthur Heymans360d9472019-11-12 18:11:03 +010015bootblock-y += gpio.c
Dennis Wassenbergbd105162015-09-10 12:20:58 +020016romstage-y += gpio.c
17
Arthur Heymansfa5d0f82019-11-12 19:11:50 +010018bootblock-y += variants/$(VARIANT_DIR)/early_init.c
19romstage-y += variants/$(VARIANT_DIR)/early_init.c
Dennis Wassenbergbd105162015-09-10 12:20:58 +020020ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += variants/$(VARIANT_DIR)/gma-mainboard.ads
21
22CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
Arthur Heymansfa5d0f82019-11-12 19:11:50 +010023bootblock-y += early_init.c
24romstage-y += early_init.c