diff options
| author | Lei YU <mine260309@gmail.com> | 2019-02-21 16:10:41 +0800 |
|---|---|---|
| committer | Lei YU <mine260309@gmail.com> | 2019-03-13 11:01:53 +0800 |
| commit | 322f3f4702cda3c2114091c51fa7d88014b7cef8 (patch) | |
| tree | b9465b18857b53e3fb39f1466cbd28fc8f2480d1 /static/Makefile.am.include | |
| parent | dcb3fd799cd353925aaa269413b68b672f99315c (diff) | |
| download | openpower-pnor-code-mgmt-322f3f4702cda3c2114091c51fa7d88014b7cef8.tar.gz openpower-pnor-code-mgmt-322f3f4702cda3c2114091c51fa7d88014b7cef8.zip | |
Static layout: Add dummy item_updater
This commit only adds the functions without implementation.
Tested: Verify the code compiles with or without static layout.
Change-Id: Id57640b367f9594d07e6780d446479eb7ac06007
Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'static/Makefile.am.include')
| -rw-r--r-- | static/Makefile.am.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/Makefile.am.include b/static/Makefile.am.include index 73f96e38a..827e2fde1 100644 --- a/static/Makefile.am.include +++ b/static/Makefile.am.include @@ -1,2 +1,2 @@ openpower_update_manager_SOURCES += \ - %reldir%/item_updater.cpp + %reldir%/item_updater_static.cpp |

