Implement response encode/request decode for ReadFileIntoMemory
The ReadFileIntoMemory command is an OEM command to support large
size transfer from BMC to Host via DMA mechanism.
Change-Id: I416a1af8a4d1ea91a7dffbbb98ae58eeccf6d0ea
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/libpldm/Makefile.am b/libpldm/Makefile.am
index 59da344..d837608 100644
--- a/libpldm/Makefile.am
+++ b/libpldm/Makefile.am
@@ -1,7 +1,11 @@
+nobase_include_HEADERS = \
+ file_io.h
+
libpldmoem_LTLIBRARIES = libpldmoem.la
libpldmoemdir = ${libdir}
libpldmoem_la_SOURCES = \
- base.c
+ base.c \
+ file_io.c
libpldmoem_la_LDFLAGS = \
-version-info 1:0:0 -shared