blob: 451e013ac1074ca2e7c4881bf4d4c7838ac23a69 [file] [log] [blame]
efdesign9895b66112011-07-20 13:23:04 -06001#
2# This file is part of the coreboot project.
3#
Kerry Sheha3f06072012-02-07 20:32:38 +08004# Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc.
efdesign9895b66112011-07-20 13:23:04 -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
Paul Menzela46a7122013-02-23 18:37:27 +010017# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
efdesign9895b66112011-07-20 13:23:04 -060018#
19
Kyösti Mälkki397ca612013-06-16 17:30:29 +030020romstage-y += rd890_cfg.c
21romstage-y += sb700_cfg.c
22romstage-y += reset.c
efdesign9895b66112011-07-20 13:23:04 -060023romstage-y += buildOpts.c
24romstage-y += agesawrapper.c
efdesign9895b66112011-07-20 13:23:04 -060025romstage-y += BiosCallOuts.c
26romstage-y += platform_oem.c
27
Kyösti Mälkki397ca612013-06-16 17:30:29 +030028ramstage-y += rd890_cfg.c
29ramstage-y += sb700_cfg.c
30ramstage-y += reset.c
efdesign9895b66112011-07-20 13:23:04 -060031ramstage-y += buildOpts.c
32ramstage-y += agesawrapper.c
efdesign9895b66112011-07-20 13:23:04 -060033ramstage-y += BiosCallOuts.c
34ramstage-y += platform_oem.c
35
Kerry Sheha3f06072012-02-07 20:32:38 +080036AGESA_PREFIX ?= $(src)/vendorcode/amd/agesa
37CIMX_PREFIX ?= $(src)/vendorcode/amd/cimx
38AGESA_ROOT ?= $(AGESA_PREFIX)/f15
39NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
40SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
41
42subdirs-y += ../../../../$(AGESA_ROOT)
43