diff options
| author | Lei YU <mine260309@gmail.com> | 2019-02-22 14:21:22 +0800 |
|---|---|---|
| committer | Lei YU <mine260309@gmail.com> | 2019-03-07 10:46:36 +0800 |
| commit | da6ab6cb250354a69e0be1239323ee3c370dfe7d (patch) | |
| tree | 7358df01e627f4c5597d1b9a2f11955e37ff202d /ubi/Makefile.am.include | |
| parent | f3ce4337c959001fc764960fe133edbb71c95c5a (diff) | |
| download | openpower-pnor-code-mgmt-da6ab6cb250354a69e0be1239323ee3c370dfe7d.tar.gz openpower-pnor-code-mgmt-da6ab6cb250354a69e0be1239323ee3c370dfe7d.zip | |
Refactor: Move watch to ubi
watch is ubi specific functions, 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: Ia7f6b6de845ddd40e2a32ad626d3b7af9074c7f3
Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'ubi/Makefile.am.include')
| -rw-r--r-- | ubi/Makefile.am.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ubi/Makefile.am.include b/ubi/Makefile.am.include index fba30d901..a83666101 100644 --- a/ubi/Makefile.am.include +++ b/ubi/Makefile.am.include @@ -1,2 +1,3 @@ openpower_update_manager_SOURCES += \ - %reldir%/item_updater_ubi.cpp + %reldir%/item_updater_ubi.cpp \ + %reldir%/watch.cpp |

