summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/mc_config/makefile
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-06-27 09:50:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-01 13:37:12 -0500
commit876cddf676754fa66cc6251e48ee00ce02b3e7e6 (patch)
tree2873e7aeb791fedcce9a35db3dc496678dcef464 /src/usr/hwpf/hwp/mc_config/makefile
parent1c6a153d554b1d91aba45ee005327821e6da26ed (diff)
downloadtalos-hostboot-876cddf676754fa66cc6251e48ee00ce02b3e7e6.tar.gz
talos-hostboot-876cddf676754fa66cc6251e48ee00ce02b3e7e6.zip
Attribute changes to support LRDIMMs through EFF attrs.
Change-Id: Iff8e23ebc02adb3cd91c181692801cffe12d8742 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11916 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/mc_config/makefile')
-rw-r--r--src/usr/hwpf/hwp/mc_config/makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/mc_config/makefile b/src/usr/hwpf/hwp/mc_config/makefile
index f6cd0e9f2..aa9c9f31e 100644
--- a/src/usr/hwpf/hwp/mc_config/makefile
+++ b/src/usr/hwpf/hwp/mc_config/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2012,2014
+# Contributors Listed Below - COPYRIGHT 2012,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,6 +26,9 @@ ROOTPATH = ../../../../..
MODULE = mc_config
+CFLAGS += $(if $(CONFIG_PALMETTO_VDDR), -D FAPI_MSSLABONLY -D FAPI_LRDIMM)
+EXTRAINCDIR += $(if $(CONFIG_PALMETTO_VDDR), ${ROOTPATH}/src/usr/hwpf/hwp/dram_training/mss_draminit)
+
## support for Targeting and fapi
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
OpenPOWER on IntegriCloud