tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / lippert / toucan-af / Makefile.inc
blob6e73c49f5bb45cf50aa9d35d3aa73ec77fd35651
2 # This file is part of the coreboot project.
4 # Copyright (C) 2011 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 ifeq ($(CONFIG_AHCI_BIOS),y)
17 stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID))
18 cbfs-files-$(CONFIG_AHCI_BIOS) += pci$(stripped_ahcibios_id).rom
19 pci$(stripped_ahcibios_id).rom-file := $(call strip_quotes,$(CONFIG_AHCI_BIOS_FILE))
20 pci$(stripped_ahcibios_id).rom-type := optionrom
21 endif
23 romstage-y += buildOpts.c
24 romstage-y += BiosCallOuts.c
25 romstage-y += PlatformGnbPcie.c
27 ramstage-y += buildOpts.c
28 ramstage-y += BiosCallOuts.c
29 ramstage-y += PlatformGnbPcie.c