2010-01-17 14:52:50 +01:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2008-2009 coresystems GmbH
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; version 2 of the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
|
2015-04-27 23:02:36 +02:00
|
|
|
ifeq ($(CONFIG_SOUTHBRIDGE_TI_PCI7420),y)
|
|
|
|
|
2012-11-16 14:50:32 +01:00
|
|
|
ramstage-y += cardbus.c
|
|
|
|
ramstage-y += firewire.c
|
2015-04-27 23:02:36 +02:00
|
|
|
|
|
|
|
endif
|