summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 20:09:42 -0700
committerPatrick Venture <venture@google.com>2018-10-29 09:04:32 -0700
commita19bd0c5aeb0dd9d8ef7da2917ae18175ada7676 (patch)
treea4af51a288546d69da118d85e3e18537fb17b863 /Makefile.am
parentb4c333f96cb9f981d1fcbef8d2953bcf8ea2d701 (diff)
downloadipmi-fru-parser-a19bd0c5aeb0dd9d8ef7da2917ae18175ada7676.tar.gz
ipmi-fru-parser-a19bd0c5aeb0dd9d8ef7da2917ae18175ada7676.zip
IPMIFruArea: move source into separate fru_area.cpp
Move the implementation of the class into its own source file. Change-Id: I02d941dd8173f0cede8cdfe8af1fdc5f5418abb4 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5862009..41daebb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,7 @@ phosphor_read_eeprom_LDADD = libwritefrudata.la
lib_LTLIBRARIES = libwritefrudata.la
libwritefrudata_la_SOURCES = frup.cpp \
fru-gen.cpp \
+ fru_area.cpp \
writefrudata.cpp \
extra-properties-gen.cpp
libwritefrudata_la_LDFLAGS = $(SYSTEMD_LIBS) \
OpenPOWER on IntegriCloud