1## SPDX-License-Identifier: GPL-2.0-only 2ifeq ($(CONFIG_EC_GOOGLE_WILCO),y) 3 4bootblock-y += bootblock.c commands.c mailbox.c 5verstage-y += commands.c mailbox.c 6romstage-y += commands.c mailbox.c romstage.c boardid.c 7ramstage-y += chip.c commands.c mailbox.c boardid.c 8smm-y += commands.c mailbox.c smihandler.c boardid.c 9 10endif 11