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

ifeq ($(CONFIG_SOUTHBRIDGE_TI_PCIXX12),y)

ramstage-y += pcixx12.c

endif