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

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

endif