blob: f17869ecbccde03da130411fd93ca089994c76a8 (
plain)
1
2
3
4
5
6
7
8
9
|
ifeq ($(CONFIG_EC_GOOGLE_WILCO),y)
bootblock-y += bootblock.c commands.c mailbox.c
verstage-y += commands.c mailbox.c
romstage-y += commands.c mailbox.c romstage.c boardid.c
ramstage-y += chip.c commands.c mailbox.c boardid.c
smm-y += commands.c mailbox.c smihandler.c boardid.c
endif
|