From de162b1fbbafc0d1f98eb2231b14c4d351b3171e Mon Sep 17 00:00:00 2001 From: Brian Horton Date: Wed, 18 Feb 2015 15:07:08 -0600 Subject: 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 Reviewed-by: A. Patrick Williams III --- src/usr/ipmi/runtime/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/ipmi/runtime/makefile') 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 -- cgit v1.2.3