blob: 77eab67f03d3b66336e477c6912e008f32255544 [file] [log] [blame]
Martin Roth74a4dca2022-10-28 22:36:59 -06001## SPDX-License-Identifier: GPL-2.0-only
Duncan Laurie21dde8b2018-10-15 02:00:39 +00002ifeq ($(CONFIG_EC_GOOGLE_WILCO),y)
3
Keith Short8ef67322019-05-10 11:49:24 -06004bootblock-y += bootblock.c commands.c mailbox.c
5verstage-y += commands.c mailbox.c
Duncan Laurieb34de932019-04-10 18:43:56 -07006romstage-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
Duncan Laurie21dde8b2018-10-15 02:00:39 +00009
10endif