blob: a274fe59874e1b112d754ff0578dd70fee339993 [file] [log] [blame]
Ronald G. Minnich07b8c2d2009-08-28 14:46:59 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2007 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 version 2 as
8## published by the Free Software Foundation.
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##
Ronald G. Minnich07b8c2d2009-08-28 14:46:59 +000015
Stefan Reinauer13e41822015-04-27 14:02:36 -070016ifeq ($(CONFIG_SOUTHBRIDGE_AMD_CS5536),y)
17
Patrick Georgi23f38cd2012-11-16 14:50:32 +010018ramstage-y += cs5536.c
19ramstage-y += ide.c
20ramstage-y += pirq.c
21ramstage-y += smbus.c
Stefan Reinauer13e41822015-04-27 14:02:36 -070022romstage-y += smbus.c
23
24endif