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