summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJohnathan Mantey <johnathanx.mantey@intel.com>2018-12-13 13:47:21 -0800
committerJohnathan Mantey <johnathanx.mantey@intel.com>2019-02-05 11:36:21 -0800
commit41ac50530ab0618155d9e8ae3be3a0abd59c24e4 (patch)
tree26873c4d987561d808c44652342d11dd4daec187 /configure.ac
parentcb89c0e359f4fd6ce39884a4da6b57b093223829 (diff)
downloadphosphor-host-ipmid-41ac50530ab0618155d9e8ae3be3a0abd59c24e4.tar.gz
phosphor-host-ipmid-41ac50530ab0618155d9e8ae3be3a0abd59c24e4.zip
Removing net.hpp and net.cpp because functionality moved
The functionality provided by net.hpp and net.cpp has been moved into the channel_mgmt class. Change-Id: I4820609f87f27ebe81d9b36f7b8e95a5262985ac Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 8d5e6dd..1f5ec66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,10 +93,6 @@ AS_IF([test "x$FRU_YAML_GEN" == "x"], [FRU_YAML_GEN="fru-read-example.yaml"])
FRUGEN="$PYTHON $srcdir/scripts/fru_gen.py -i $FRU_YAML_GEN"
AC_SUBST(FRUGEN)
-AS_IF([test "x$CHANNEL_YAML_GEN" == "x"], [CHANNEL_YAML_GEN="channel-example.yaml"])
-CHANNELGEN="$PYTHON ${srcdir}/scripts/channel_gen.py -i $CHANNEL_YAML_GEN"
-AC_SUBST(CHANNELGEN)
-
AC_DEFINE(CALLOUT_FWD_ASSOCIATION, "callout", [The name of the callout's forward association.])
AC_DEFINE(BOARD_SENSOR, "/xyz/openbmc_project/inventory/system/chassis/motherboard", [The inventory path to the motherboard fault sensor.])
AC_DEFINE(SYSTEM_SENSOR, "/xyz/openbmc_project/inventory/system", [The inventory path to the system event sensor.])
OpenPOWER on IntegriCloud