blob: 9cd7410be36db5eb89539357a3f4a4f5352a56c4 [file] [log] [blame]
Bruce Griffith27ed80b2014-08-15 11:46:25 -06001#
2# This file is part of the coreboot project.
3#
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +03004# Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc.
Bruce Griffith27ed80b2014-08-15 11:46:25 -06005#
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
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18#
19
Stefan Reinauere1133b72015-04-27 14:04:38 -070020ifeq ($(CONFIG_NORTHBRIDGE_AMD_PI),y)
21
Bruce Griffith006364e2014-10-22 03:33:49 -060022subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00630F01) += 00630F01
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030023subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00730F01) += 00730F01
Bruce Griffith27ed80b2014-08-15 11:46:25 -060024
Dave Frodin84c72de2015-03-12 13:41:44 -060025romstage-y += agesawrapper.c
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030026romstage-y += def_callouts.c
Dave Frodin84c72de2015-03-12 13:41:44 -060027ramstage-y += agesawrapper.c
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030028ramstage-y += def_callouts.c
Stefan Reinauere1133b72015-04-27 14:04:38 -070029
30endif