[coreboot-gerrit] Change in coreboot[master]: drivers/mrc_cache/Makefile.inc: add missing ifeq-endif

Iru Cai (Code Review) gerrit at coreboot.org
Mon Dec 18 09:02:23 CET 2017


Iru Cai has uploaded this change for review. ( https://review.coreboot.org/22925


Change subject: drivers/mrc_cache/Makefile.inc: add missing ifeq-endif
......................................................................

drivers/mrc_cache/Makefile.inc: add missing ifeq-endif

Change-Id: Iab3ac87e43408ef51f0158f319eb1c8ccfce8a55
Signed-off-by: Iru Cai <mytbk920423 at gmail.com>
---
M src/drivers/mrc_cache/Makefile.inc
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/22925/1

diff --git a/src/drivers/mrc_cache/Makefile.inc b/src/drivers/mrc_cache/Makefile.inc
index 819d637..f085a1a 100644
--- a/src/drivers/mrc_cache/Makefile.inc
+++ b/src/drivers/mrc_cache/Makefile.inc
@@ -1,3 +1,4 @@
+ifeq ($(CONFIG_CACHE_MRC_SETTINGS),y)
 
 romstage-$(CONFIG_CACHE_MRC_SETTINGS) += mrc_cache.c
 ramstage-$(CONFIG_CACHE_MRC_SETTINGS) += mrc_cache.c
@@ -14,3 +15,5 @@
 mrc.cache-position := $(CONFIG_MRC_SETTINGS_CACHE_BASE)
 mrc.cache-type := mrc_cache
 endif
+
+endif

-- 
To view, visit https://review.coreboot.org/22925
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab3ac87e43408ef51f0158f319eb1c8ccfce8a55
Gerrit-Change-Number: 22925
Gerrit-PatchSet: 1
Gerrit-Owner: Iru Cai <mytbk920423 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171218/ade10817/attachment-0001.html>


More information about the coreboot-gerrit mailing list