blob: 16b2b4ac995e4347754183be7da77bdc1ccc281e [file] [log] [blame]
Lee Leahy93dd5f72016-01-26 10:06:42 -08001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2015-2016 Intel Corp.
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
Lee Leahye1654232016-09-28 14:10:06 -070016ifeq ($(CONFIG_PLATFORM_USES_FSP2_0)$(CONFIG_PLATFORM_USES_FSP1_1),y)
17CPPFLAGS_common += -I$(src)/vendorcode/intel/fsp/$(CONFIG_FSP_VERSION)/quark
Lee Leahy5e808cb2016-05-28 14:58:57 -070018endif
Lee Leahy274d20a2016-05-15 13:52:36 -070019
Lee Leahydb601b62016-06-08 14:01:05 -070020bootblock-y += gpio.c
21bootblock-y += reg_access.c
22
Lee Leahy274d20a2016-05-15 13:52:36 -070023romstage-y += gpio.c
Lee Leahyfd91dee2016-05-30 11:23:49 -070024romstage-y += reg_access.c
Lee Leahy15843bd2016-05-15 15:05:56 -070025
Lee Leahy102f6252016-07-25 07:41:54 -070026postcar-y += gpio.c
27postcar-y += reg_access.c
28
Lee Leahy15843bd2016-05-15 15:05:56 -070029ramstage-y += gpio.c
30ramstage-y += reg_access.c