diff options
author | Brian Silver <bsilver@us.ibm.com> | 2014-10-06 13:45:16 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-11-12 08:26:50 -0600 |
commit | e92561c3352a4af3b1b8506fae61652cde4ee3d5 (patch) | |
tree | 0c4fe19f433cb22180ea42b0e84fb584b7b85bec /src/usr/ipmi/makefile | |
parent | 17aadfc41822980c53ca70340dabcf84ac611601 (diff) | |
download | talos-hostboot-e92561c3352a4af3b1b8506fae61652cde4ee3d5.tar.gz talos-hostboot-e92561c3352a4af3b1b8506fae61652cde4ee3d5.zip |
Add response timeouts and event requests
Change-Id: I2a763e5e3ea59e6afb7b7ab7d088fb236ee3428e
Depends-On: I8f6a590b29d9171389d10abc5b6e68f91ac94d16
RTC: 116300
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13856
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/makefile')
-rw-r--r-- | src/usr/ipmi/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/ipmi/makefile b/src/usr/ipmi/makefile index fb2a19473..3d8ca3a8c 100644 --- a/src/usr/ipmi/makefile +++ b/src/usr/ipmi/makefile @@ -29,6 +29,7 @@ OBJS += ipmimsg.o OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmibt.o) OBJS += ipmirp.o OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmidd.o) +OBJS += ipmiconfig.o #SUBDIRS += test.d |