tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / intel / bd82x6x / Makefile.inc
bloba8dd7be4cc5834266bda3ca53573a392a9b7e96b
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2010 Google 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 as published by
8 ## the Free Software Foundation; version 2 of the License.
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.
16 ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_C216)$(CONFIG_SOUTHBRIDGE_INTEL_BD82X6X),y)
18 ramstage-y += pch.c
19 ramstage-y += azalia.c
20 ramstage-y += lpc.c
21 ramstage-y += pci.c
22 ramstage-y += pcie.c
23 ramstage-y += sata.c
24 ramstage-y += usb_ehci.c
25 ramstage-y += usb_xhci.c
26 ramstage-y += me.c
27 ramstage-y += me_8.x.c
28 ramstage-y += smbus.c
29 ramstage-y += ../common/pciehp.c
31 ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
33 ramstage-y += me_status.c
34 ramstage-y += reset.c
35 ramstage-y += watchdog.c
37 ramstage-$(CONFIG_ELOG) += elog.c
38 ramstage-y += ../common/spi.c
39 smm-$(CONFIG_SPI_FLASH_SMM) += ../common/spi.c
41 ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c
42 smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c me.c me_8.x.c finalize.c pch.c
44 romstage-y += early_smbus.c me_status.c gpio.c
45 romstage-y += reset.c
46 romstage-y += early_spi.c early_pch_common.c
47 romstage-y += early_rcba.c
49 romstage-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE_MRC) += early_me_mrc.c early_usb_mrc.c
50 romstage-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE_MRC) += early_me_mrc.c early_usb_mrc.c
51 romstage-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += early_thermal.c early_pch.c early_me.c early_usb.c
52 romstage-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) += early_thermal.c early_pch.c early_me.c early_usb.c
54 ramstage-y += madt.c
56 endif