summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index adba0e4..859b35d 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,11 @@ phosphor_image_updater_SOURCES = \
item_updater.cpp \
item_updater_main.cpp
+if UBIFS_LAYOUT
include ubi/Makefile.am.include
+else
+include static/Makefile.am.include
+endif
if WANT_SIGNATURE_VERIFY_BUILD
noinst_HEADERS += image_verify.hpp
OpenPOWER on IntegriCloud