1## SPDX-License-Identifier: GPL-2.0-only 2 3ifeq ($(CONFIG_SOUTHBRIDGE_TI_PCI1X2X),y) 4 5ramstage-y += pci1x2x.c 6 7endif 8