tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / amd / cimx / sb700 / Makefile.inc
blobab668e202471e31883de65f8ddba6a712b95f788
2 # This file is part of the coreboot project.
4 # Copyright (C) 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.
17 # SB700 Platform Files
19 romstage-y += early.c
20 romstage-y += smbus.c smbus_spd.c
21 romstage-y += reset.c
23 ramstage-y += late.c
24 ramstage-y += reset.c
26 ramstage-y   += smbus.c
27 ramstage-y   += lpc.c
29 romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += ../../sb700/enable_usbdebug.c
30 ramstage-$(CONFIG_USBDEBUG) += ../../sb700/enable_usbdebug.c