aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/smbus/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-01 21:17:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-12-02 21:27:49 +0000
commit43a5f88bb428080ab6e361ef6bc5e92169ee8452 (patch)
tree4470595869d80e49daee420998e0dd9eb36b3752 /src/soc/amd/common/block/smbus/Makefile.inc
parent875e5aa96c8d9e767d24b99015abb66bf7e0ef75 (diff)
soc/amd: factor out fch_smbus_init
Change-Id: I6df9323dc4e7ca99fd5368f0262e850c0aca5c54 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48218 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/common/block/smbus/Makefile.inc')
-rw-r--r--src/soc/amd/common/block/smbus/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/smbus/Makefile.inc b/src/soc/amd/common/block/smbus/Makefile.inc
index b9c7f2a51f..867465efd4 100644
--- a/src/soc/amd/common/block/smbus/Makefile.inc
+++ b/src/soc/amd/common/block/smbus/Makefile.inc
@@ -1,5 +1,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_SMBUS),y)
+bootblock-y += smbus_early_fch.c
romstage-y += smbus.c
ramstage-y += smbus.c
ramstage-y += sm.c