tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / amd / cimx / Makefile.inc
blobb308e90190a747c900164a0d02588e9d877773db
2 # This file is part of the coreboot project.
4 # Copyright (C) 2011 - 2012 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_SOUTHBRIDGE_AMD_CIMX_SB700) += sb700
17 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB800) += sb800
18 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900) += sb900
20 romstage-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB700) += cimx_util.c
21 romstage-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB800) += cimx_util.c
22 romstage-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900) += cimx_util.c
24 ramstage-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB700) += cimx_util.c
25 ramstage-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB800) += cimx_util.c
26 ramstage-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900) += cimx_util.c