diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/sabrina/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/sabrina/Makefile.inc b/src/soc/amd/sabrina/Makefile.inc index a94e19693f..19e756a37a 100644 --- a/src/soc/amd/sabrina/Makefile.inc +++ b/src/soc/amd/sabrina/Makefile.inc @@ -19,6 +19,7 @@ bootblock-y += reset.c bootblock-y += uart.c verstage-y += i2c.c +verstage-y += espi_util.c verstage_x86-y += gpio.c verstage_x86-y += reset.c verstage_x86-y += uart.c |