Find OCC objects

For now, map OCC object per POWER processor.

Add a method that returns a list of OCC objects that need to be on the
bus, based on the processor inventory.

Change-Id: I1dd36b96f71684a1d5866876e4ca9aa0283ef8b0
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 3b01dfa..2ee9f0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,10 @@
+# Build these headers, don't install them
+noinst_HEADERS = \
+	occ_finder.hpp
+
 sbin_PROGRAMS = openpower-occ-control
 openpower_occ_control_SOURCES = \
+	occ_finder.cpp \
 	app.cpp
 
 openpower_occ_control_LDFLAGS = \