From d5899e7e0c1bfc0b69a9f5bc69267642ad6c038c Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Fri, 5 May 2017 11:20:34 +0530 Subject: Makefile changes for generating inventory-sensor-gen.cpp Provide capability for the recipe to pass the config yaml as a configurable output. Fallback to inventory-sensor-example.yaml in case no config yaml is passed. Change-Id: I6a069b0925c3e4c4d56bd1c9767b8fadcdf433b4 Signed-off-by: Tom Joseph --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1134046..4f534df 100644 --- a/configure.ac +++ b/configure.ac @@ -77,6 +77,10 @@ AS_IF([test "x$SENSOR_YAML_GEN" == "x"], [SENSOR_YAML_GEN="sensor-example.yaml"] SENSORGEN="$PYTHON ${srcdir}/scripts/sensor_gen.py -i $SENSOR_YAML_GEN" AC_SUBST(SENSORGEN) +AS_IF([test "x$INVSENSOR_YAML_GEN" == "x"], [INVSENSOR_YAML_GEN="inventory-sensor-example.yaml"]) +INVSENSORGEN="$PYTHON ${srcdir}/scripts/inventory-sensor.py -i $INVSENSOR_YAML_GEN" +AC_SUBST(INVSENSORGEN) + # Soft Power off related. AS_IF([test "x$enable_softoff" != "xno"], # Dbus service name -- cgit v1.2.1