Add Target and Targeting classes
These classes are used to target certain processors
for operations.
Change-Id: Iab7a9fc0f1b0a901963e4e899ded370435cfb418
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 28dee78..f1af749 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,8 @@
openpower_proc_control_SOURCES = \
proc_control.cpp \
- p9_procedures.cpp
+ p9_procedures.cpp \
+ targeting.cpp
-openpower_proc_control_LDFLAGS = $(PHOSPHOR_LOGGING_LIBS)
+openpower_proc_control_LDFLAGS = $(PHOSPHOR_LOGGING_LIBS) -lstdc++fs
openpower_proc_control_CXXFLAGS = $(PHOSPHOR_LOGGING_CFLAGS)