blob: 318cd627c235a6ef0960ac660b92e026553a53b9 [file] [log] [blame]
Martin Roth9231f0b2022-10-28 22:39:23 -06001## SPDX-License-Identifier: GPL-2.0-only
Subrata Banik4f62d162017-08-29 19:04:11 +05302bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
3romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
4postcar-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
Brandon Breitensteina86d1b82017-06-08 17:32:02 -07005ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
6smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smihandler.c
Brandon Breitenstein9cbf3b12017-08-08 15:10:36 -07007smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP) += smitraphandler.c