summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ff7c91..c1ef974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,9 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
AS_IF([test "x$YAML_GEN" == "x"], [YAML_GEN="example.yaml"])
FRUGEN="$PYTHON $srcdir/scripts/fru_gen.py -i $YAML_GEN"
AC_SUBST(FRUGEN)
+AS_IF([test "x$PROP_YAML" == "x"], [PROP_YAML="extra-properties-example.yaml"])
+PROPGEN="$PYTHON $srcdir/scripts/extra-properties.py -e $PROP_YAML"
+AC_SUBST(PROPGEN)
# Create configured output
AC_CONFIG_FILES([Makefile])
OpenPOWER on IntegriCloud