summaryrefslogtreecommitdiff
path: root/src/southbridge/ti/pci7420/Makefile.inc
blob: 029a8461cac70068d15f6f5484398abc507d919f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only

ifeq ($(CONFIG_SOUTHBRIDGE_TI_PCI7420),y)

ramstage-y += cardbus.c
ramstage-y += firewire.c

endif