blob: 1f6d8ce792fab8657eb813fcc4fb6e981f5fc8ad [file] [log] [blame]
Martin Rothac35e622017-11-07 13:43:02 -07001#
2# This file is part of the coreboot project.
3#
Chris Ching97ab8802018-02-06 10:28:49 -07004# Copyright (C) 2018 Google, LLC.
Martin Rothac35e622017-11-07 13:43:02 -07005#
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
16bootblock-y += gpio.c
Martin Roth7eda5342017-12-06 01:03:47 -070017bootblock-y += OemCustomize.c
Martin Rothac35e622017-11-07 13:43:02 -070018
Chris Ching97ab8802018-02-06 10:28:49 -070019verstage-y += tpm_tis.c
20
Richard Spiegele2f301d2018-04-04 13:37:23 -070021romstage-y += OemCustomize.c
Martin Rothac35e622017-11-07 13:43:02 -070022romstage-y += gpio.c
23romstage-y += memory.c
Chris Ching97ab8802018-02-06 10:28:49 -070024romstage-y += tpm_tis.c
Martin Rothac35e622017-11-07 13:43:02 -070025
26ramstage-y += gpio.c
Chris Ching97ab8802018-02-06 10:28:49 -070027ramstage-y += tpm_tis.c