blob: e8ffa42c0e9b490d2de2c2921ee2057231a5751c [file] [log] [blame]
Frank Vibrans69da1b62011-02-14 19:04:45 +00001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2011 Advanced Micro Devices, 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.
14#
Frank Vibrans69da1b62011-02-14 19:04:45 +000015
Kerry Sheh01f7ab92012-01-19 13:18:36 +080016ifeq ($(CONFIG_AHCI_BIOS),y)
17stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID))
18cbfs-files-$(CONFIG_AHCI_BIOS) += pci$(stripped_ahcibios_id).rom
19pci$(stripped_ahcibios_id).rom-file := $(call strip_quotes,$(CONFIG_AHCI_BIOS_FILE))
20pci$(stripped_ahcibios_id).rom-type := optionrom
21endif
22
Frank Vibrans69da1b62011-02-14 19:04:45 +000023romstage-y += buildOpts.c
Frank Vibrans69da1b62011-02-14 19:04:45 +000024romstage-y += BiosCallOuts.c
Kyösti Mälkkia5d72a32016-04-27 08:55:41 +030025romstage-y += OemCustomize.c
Frank Vibrans69da1b62011-02-14 19:04:45 +000026
27ramstage-y += buildOpts.c
Frank Vibrans69da1b62011-02-14 19:04:45 +000028ramstage-y += BiosCallOuts.c
Kyösti Mälkkia5d72a32016-04-27 08:55:41 +030029ramstage-y += OemCustomize.c
Frank Vibrans69da1b62011-02-14 19:04:45 +000030
Jens Rottmann3926b4c2013-03-01 19:41:41 +010031ramstage-y += broadcom.c