From 4a58985ce0cfb24bc0eb8678a4aa9a0ac42ba524 Mon Sep 17 00:00:00 2001 From: Peter Hanson Date: Wed, 7 Jun 2017 17:40:45 -0700 Subject: Add OemRouter facility. OemRouter adds a facility to register OEM Group Message handlers, then dispatch matching messages to the registered handler. Added as a core source so that any dynamic provider can register its messages without requiring any specific load order. Includes code fixes for x86 portability. Change-Id: I47b8fe7873e3c7fdf35a00d3c8a7e17d30c398c4 Signed-off-by: Peter Hanson Signed-off-by: Patrick Venture --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ef1bf14..24fd5e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ ipmid_SOURCES = \ settings.cpp \ host-cmd-manager.cpp \ timer.cpp \ - utils.cpp + utils.cpp \ + oemrouter.cpp nodist_ipmid_SOURCES = ipmiwhitelist.cpp libapphandler_BUILT_LIST = \ @@ -108,7 +109,9 @@ libsysintfcmds_la_CXXFLAGS = $(SYSTEMD_CFLAGS) \ nobase_include_HEADERS = \ host-ipmid/ipmid-api.h \ host-ipmid/ipmid-host-cmd.hpp \ - host-ipmid/ipmid-host-cmd-utils.hpp + host-ipmid/ipmid-host-cmd-utils.hpp \ + host-ipmid/oemopenbmc.hpp \ + host-ipmid/oemrouter.hpp # Forcing the build of self and then subdir SUBDIRS = . test softoff -- cgit v1.2.1