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