summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi/runtime/makefile
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2015-02-18 15:07:08 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-25 22:57:37 -0600
commitde162b1fbbafc0d1f98eb2231b14c4d351b3171e (patch)
tree9ed20c4caef4219670f7ac2f7e1931566f3695da /src/usr/ipmi/runtime/makefile
parent84a672bd28630d9998fc2808df3659ddcf5a7eda (diff)
downloadblackbird-hostboot-de162b1fbbafc0d1f98eb2231b14c4d351b3171e.tar.gz
blackbird-hostboot-de162b1fbbafc0d1f98eb2231b14c4d351b3171e.zip
attr for ipmi max_buffer for hbrt
pass the ipmi max_buffer size from hostboot during ipl to hostboot runtime via targeting attribute Change-Id: I5971333fd3950af65c66a2936b00a0d4ad907330 RTC: 124099 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15820 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/runtime/makefile')
-rw-r--r--src/usr/ipmi/runtime/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/ipmi/runtime/makefile b/src/usr/ipmi/runtime/makefile
index 6fa93cc6d..6f49d9ef1 100644
--- a/src/usr/ipmi/runtime/makefile
+++ b/src/usr/ipmi/runtime/makefile
@@ -26,9 +26,9 @@ HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../..
MODULE = ipmi_rt
-OBJS += ipmidcmi.o
-OBJS += ipmisel.o
-OBJS += ipmisensor.o
+#include common ojects between hostboot and runtime hostboot
+include ../ipmi.mk
+
OBJS += rt_ipmirp.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud