Add call to request to offload dump

Add call through pldm to request offloading the
dump from host memory.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: I14fd7fdbab78222043cab8a98edd996fd01669c9
diff --git a/Makefile.am b/Makefile.am
index 751f3a7..bdd02d4 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,8 @@
 	elog_watch.cpp \
 	dump_serialize.cpp \
 	pldm_interface.cpp \
-	dump_utils.cpp
+	dump_utils.cpp \
+        system_dump_entry.cpp
 
 phosphor_dump_monitor_SOURCES = \
 	watch.cpp \