summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Makefile.inc
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2019-12-22 23:04:59 -0700
committerFurquan Shaikh <furquan@google.com>2020-01-27 04:47:51 +0000
commitd60386ef2fc0a609bfeef060e73a74a8f1af3047 (patch)
tree83b025bfd19870caa0360051fce05be8a13c0439 /src/mainboard/google/dedede/Makefile.inc
parentedad34b883efc20c9cd28b96ec77318556508663 (diff)
downloadcoreboot-d60386ef2fc0a609bfeef060e73a74a8f1af3047.tar.xz
mb/google/dedede: Add smihandler stub
Add stub implementation of smihandler. BUG=b:144768001 TEST=Build test. Change-Id: I7ab25888812bfb4578915e342b14355ccd15f5cc Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38280 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/Makefile.inc')
-rw-r--r--src/mainboard/google/dedede/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Makefile.inc b/src/mainboard/google/dedede/Makefile.inc
index 8f501131e1..f214544e09 100644
--- a/src/mainboard/google/dedede/Makefile.inc
+++ b/src/mainboard/google/dedede/Makefile.inc
@@ -2,6 +2,8 @@ bootblock-y += bootblock.c
ramstage-y += mainboard.c
+smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
+
subdirs-y += variants/baseboard
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include