blob: 50b9fdc4653bfcc0b943f71d097d97db4350c8fb [file] [log] [blame]
Martin Roth9231f0b2022-10-28 22:39:23 -06001## SPDX-License-Identifier: GPL-2.0-only
Aaron Durbin3d2e18a2020-01-28 11:20:05 -07002ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_SMBUS),y)
3
Felix Held43a5f882020-12-01 21:17:17 +01004bootblock-y += smbus_early_fch.c
Aaron Durbin3d2e18a2020-01-28 11:20:05 -07005romstage-y += smbus.c
6ramstage-y += smbus.c
7ramstage-y += sm.c
8
Felix Held41220cd2020-11-23 16:08:54 +01009endif # CONFIG_SOC_AMD_COMMON_BLOCK_SMBUS