diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2022-02-16 07:51:36 +0100 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-02-12 08:20:08 +0000 |
commit | 4e00f155921a57af32bdaaaac6a9f1e5c184488b (patch) | |
tree | 8a1e19ecff79ec6c73293cea2a9c693c81686490 /src/drivers/smmstore/Makefile.inc | |
parent | 21975e4a49ed8ee6d639808bae574b301fa3a389 (diff) |
drivers/smmstore: Expose region device
Allow other drivers to use the SMMSTORE region device.
Change-Id: I6316b703829590bd6f41c3d4013b4a4660b9cbab
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62014
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/drivers/smmstore/Makefile.inc')
-rw-r--r-- | src/drivers/smmstore/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/smmstore/Makefile.inc b/src/drivers/smmstore/Makefile.inc index 6d9a9d6a2f..03f85c5130 100644 --- a/src/drivers/smmstore/Makefile.inc +++ b/src/drivers/smmstore/Makefile.inc @@ -1,4 +1,4 @@ -ramstage-$(CONFIG_SMMSTORE) += store.c +all-$(CONFIG_SMMSTORE) += store.c ifeq ($(CONFIG_SMMSTORE),y) $(call src-to-obj,ramstage,$(dir)/store.c) : $(obj)/fmap_config.h |