blob: ea92035e06c43caaa5d2735e3f5c1bb8fe84a12b [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
Patrick Georgib890a122015-03-26 15:17:45 +010017# Foundation, Inc.
Bruce Griffith27ed80b2014-08-15 11:46:25 -060018#
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
WANG Siyuan05639412015-05-20 14:44:32 +080024subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00660F01) += 00660F01
Bruce Griffith27ed80b2014-08-15 11:46:25 -060025
Dave Frodin84c72de2015-03-12 13:41:44 -060026romstage-y += agesawrapper.c
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030027romstage-y += def_callouts.c
Dave Frodin84c72de2015-03-12 13:41:44 -060028ramstage-y += agesawrapper.c
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030029ramstage-y += def_callouts.c
Stefan Reinauere1133b72015-04-27 14:04:38 -070030
31endif