cpu/amd: Use common AMD's MSR
[coreboot.git] / src / cpu / amd / pi / Makefile.inc
blobd25215beefb284d225aad74177ee704026e89e8b
2 # This file is part of the coreboot project.
4 # Copyright (C) 2011 - 2016 Advanced Micro Devices, Inc.
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.
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.
16 subdirs-$(CONFIG_CPU_AMD_PI_00630F01) += 00630F01
17 subdirs-$(CONFIG_CPU_AMD_PI_00730F01) += 00730F01
18 subdirs-$(CONFIG_CPU_AMD_PI_00660F01) += 00660F01
20 ifeq ($(CONFIG_BINARYPI_LEGACY_WRAPPER), y)
21 cpu_incs-y += $(src)/drivers/amd/agesa/cache_as_ram.S
22 romstage-y += romstage.c
23 ramstage-y += amd_late_init.c
24 endif