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

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

endif