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