aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/wilco/Makefile.inc
blob: fe8910c03f5c2d5547e82ca855619ac3ef8e6aa5 (plain)
1
2
3
4
5
6
7
8
ifeq ($(CONFIG_EC_GOOGLE_WILCO),y)

bootblock-y += bootblock.c
romstage-y += commands.c mailbox.c romstage.c
ramstage-y += chip.c commands.c mailbox.c
smm-y += commands.c mailbox.c smihandler.c

endif