commit | 187bfced3d86fae7c93e3772fa7fa028d02e2c18 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Mar 04 11:55:43 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Mar 04 11:55:43 2016 -0600 |
tree | 28008549d9c0980c1679af11c00b21026402486f | |
parent | caa755e97b49d332e6100c086f5921d92be31c25 [diff] [blame] |
Add IPMI interface to allow FW updates from Host New OEM IPMI command to execute commands that would allow the Host to have access to the BMC to perform a FW update.
diff --git a/Makefile b/Makefile index eaa7324..bacdef9 100644 --- a/Makefile +++ b/Makefile
@@ -10,7 +10,7 @@ all: $(LIB_OEM) %.o: %.C - $(CXX) -c $< $(CXXFLAGS) -o $@ + $(CXX) -std=c++14 -c $< $(CXXFLAGS) -o $@ $(LIB_OEM): $(LIB_OEM_OBJ) $(CXX) $^ -shared $(LDFLAGS) -o $@