diff options
| author | Lei YU <mine260309@gmail.com> | 2019-03-05 11:15:46 +0800 |
|---|---|---|
| committer | Lei YU <mine260309@gmail.com> | 2019-03-08 14:25:37 +0800 |
| commit | c67a9457c19cfdbb92b94d1d77767cdb0cfee204 (patch) | |
| tree | 6762a404bb6a67ac5cbeb7e7f52eef1ab59be9dc /ubi/Makefile.am.include | |
| parent | 9b21efc5b44cd8956325f7856a6ef417aa1d7703 (diff) | |
| download | openpower-pnor-code-mgmt-c67a9457c19cfdbb92b94d1d77767cdb0cfee204.tar.gz openpower-pnor-code-mgmt-c67a9457c19cfdbb92b94d1d77767cdb0cfee204.zip | |
Refactor: Move serialize to ubi
Functions in serialize are specific to UBI, move it to ubi dir.
Tested: On the last commit of the patch series, run code update and
factory reset on Witherspoon and all work fine.
Change-Id: I9176e638d9f3bfe0d424b57f8da4667a751cb5bd
Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'ubi/Makefile.am.include')
| -rw-r--r-- | ubi/Makefile.am.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubi/Makefile.am.include b/ubi/Makefile.am.include index c75293d83..decf1e9c6 100644 --- a/ubi/Makefile.am.include +++ b/ubi/Makefile.am.include @@ -1,4 +1,5 @@ openpower_update_manager_SOURCES += \ %reldir%/activation_ubi.cpp \ %reldir%/item_updater_ubi.cpp \ + %reldir%/serialize.cpp \ %reldir%/watch.cpp |

