[coreboot-gerrit] Change in coreboot[master]: amd/stoneyridge: Remove HAVE_SMI_HANDLER from makefile

Marshall Dawson (Code Review) gerrit at coreboot.org
Thu Sep 28 18:27:28 CEST 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/21739


Change subject: amd/stoneyridge: Remove HAVE_SMI_HANDLER from makefile
......................................................................

amd/stoneyridge: Remove HAVE_SMI_HANDLER from makefile

Stoney Ridge always now selects HAVE_SMI_HANDLER so it is pointless
to use the variable in Makefile.inc.  Make all files built into smm
unconditional.

Change-Id: I4ea89d7bce83a99328c58897a4098debacd86d66
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/soc/amd/stoneyridge/Makefile.inc
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/21739/1

diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc
index 0fd318b..e93a961 100644
--- a/src/soc/amd/stoneyridge/Makefile.inc
+++ b/src/soc/amd/stoneyridge/Makefile.inc
@@ -90,9 +90,9 @@
 ramstage-y += usb.c
 ramstage-y += tsc_freq.c
 
-smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
-smm-$(CONFIG_HAVE_SMI_HANDLER) += smi_util.c
-smm-$(CONFIG_HAVE_SMI_HANDLER) += tsc_freq.c
+smm-y += smihandler.c
+smm-y += smi_util.c
+smm-y += tsc_freq.c
 
 CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge
 CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge/include

-- 
To view, visit https://review.coreboot.org/21739
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ea89d7bce83a99328c58897a4098debacd86d66
Gerrit-Change-Number: 21739
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170928/62556222/attachment.html>


More information about the coreboot-gerrit mailing list