tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / intel / i82371eb / Makefile.inc
blob131010fc3dfc921c8e999c2d8502d5e811256cf9
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
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 as published by
8 ## the Free Software Foundation; either version 2 of the License, or
9 ## (at your option) any later version.
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
17 ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_I82371EB),y)
19 ramstage-y +=  i82371eb.c
20 ramstage-y +=  isa.c
21 ramstage-y +=  ide.c
22 ramstage-y +=  usb.c
23 ramstage-y +=  smbus.c
24 ramstage-y +=  reset.c
25 ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
26 ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.c
27 ramstage-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.c
29 romstage-y += early_pm.c
30 romstage-y += early_smbus.c
32 endif