summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-07-12 18:20:40 -0500
committerJayanth Othayoth <ojayanth@in.ibm.com>2017-07-18 07:55:41 -0500
commit2dccfe43411868444783d2def5d7f80a1d964b4c (patch)
tree2db0939b1b730f9f483b799755a385ccb9bb66c2 /configure.ac
parenta3f6aa7f71c65df847d955940165550fb34f080c (diff)
downloadphosphor-debug-collector-2dccfe43411868444783d2def5d7f80a1d964b4c.tar.gz
phosphor-debug-collector-2dccfe43411868444783d2def5d7f80a1d964b4c.zip
Rename BMC Dump path BMC_DUMP_FILE_DIR to BMC_DUMP_PATH.
Change-Id: I85974e00c31f5179106674ececeb53072008a83d Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 0807a82..7d93605 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,11 +59,9 @@ AC_ARG_VAR(OBJ_ENTRY, [The dump entry DBus object path.])
AS_IF([test "x$OBJ_ENTRY" == "x"], [OBJ_ENTRY="/xyz/openbmc_project/dump/entry"])
AC_DEFINE_UNQUOTED([OBJ_ENTRY], ["$OBJ_ENTRY"], [The dump entry DBus object path])
-# TODO openbmc/openbmc#1795
-# Change the path to Dump Partition path.
-AC_ARG_VAR(BMC_DUMP_FILE_DIR, [Directory where bmc dumps are placed])
-AS_IF([test "x$BMC_DUMP_FILE_DIR" == "x"], [BMC_DUMP_FILE_DIR="/tmp"])
-AC_DEFINE_UNQUOTED([BMC_DUMP_FILE_DIR], ["$BMC_DUMP_FILE_DIR"], [Directory where bmc dumps are placed])
+AC_ARG_VAR(BMC_DUMP_PATH, [Directory where bmc dumps are placed])
+AS_IF([test "x$BMC_DUMP_PATH" == "x"], [BMC_DUMP_PATH="/tmp/dumps"])
+AC_DEFINE_UNQUOTED([BMC_DUMP_PATH], ["$BMC_DUMP_PATH"], [Directory where bmc dumps are placed])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud