zbao | 2c08f6a | 2012-07-02 15:32:58 +0800 | [diff] [blame] | 1 | # |
| 2 | # This file is part of the coreboot project. |
| 3 | # |
| 4 | # Copyright (C) 2012 Advanced Micro Devices, Inc. |
| 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 | # You should have received a copy of the GNU General Public License |
| 16 | # along with this program; if not, write to the Free Software |
Paul Menzel | a46a712 | 2013-02-23 18:37:27 +0100 | [diff] [blame] | 17 | # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
zbao | 2c08f6a | 2012-07-02 15:32:58 +0800 | [diff] [blame] | 18 | # |
| 19 | |
Martin Roth | 2892023 | 2013-01-17 12:04:08 -0700 | [diff] [blame] | 20 | romstage-y += fam15tn_callouts.c |
Martin Roth | 7fb692b | 2013-01-20 10:38:58 -0700 | [diff] [blame] | 21 | romstage-y += dimmSpd.c |
Martin Roth | 2892023 | 2013-01-17 12:04:08 -0700 | [diff] [blame] | 22 | |
Rudolf Marek | 88ebbeb | 2013-05-27 16:06:43 +0200 | [diff] [blame] | 23 | ramstage-y += iommu.c |
Patrick Georgi | 23f38cd | 2012-11-16 14:50:32 +0100 | [diff] [blame] | 24 | ramstage-y += northbridge.c |
Martin Roth | 2892023 | 2013-01-17 12:04:08 -0700 | [diff] [blame] | 25 | ramstage-y += fam15tn_callouts.c |
Martin Roth | 7fb692b | 2013-01-20 10:38:58 -0700 | [diff] [blame] | 26 | ramstage-y += dimmSpd.c |