Martin Roth | ac35e62 | 2017-11-07 13:43:02 -0700 | [diff] [blame] | 1 | # |
| 2 | # This file is part of the coreboot project. |
| 3 | # |
Chris Ching | 97ab880 | 2018-02-06 10:28:49 -0700 | [diff] [blame] | 4 | # Copyright (C) 2018 Google, LLC. |
Martin Roth | ac35e62 | 2017-11-07 13:43:02 -0700 | [diff] [blame] | 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 | |
| 16 | bootblock-y += gpio.c |
Martin Roth | 7eda534 | 2017-12-06 01:03:47 -0700 | [diff] [blame] | 17 | bootblock-y += OemCustomize.c |
Martin Roth | ac35e62 | 2017-11-07 13:43:02 -0700 | [diff] [blame] | 18 | |
Chris Ching | 97ab880 | 2018-02-06 10:28:49 -0700 | [diff] [blame] | 19 | verstage-y += tpm_tis.c |
| 20 | |
Richard Spiegel | e2f301d | 2018-04-04 13:37:23 -0700 | [diff] [blame] | 21 | romstage-y += OemCustomize.c |
Martin Roth | ac35e62 | 2017-11-07 13:43:02 -0700 | [diff] [blame] | 22 | romstage-y += gpio.c |
| 23 | romstage-y += memory.c |
Chris Ching | 97ab880 | 2018-02-06 10:28:49 -0700 | [diff] [blame] | 24 | romstage-y += tpm_tis.c |
Martin Roth | ac35e62 | 2017-11-07 13:43:02 -0700 | [diff] [blame] | 25 | |
| 26 | ramstage-y += gpio.c |
Chris Ching | 97ab880 | 2018-02-06 10:28:49 -0700 | [diff] [blame] | 27 | ramstage-y += tpm_tis.c |