aboutsummaryrefslogtreecommitdiffstats
path: root/src/collectd
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-07-12 11:46:27 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-07-12 11:46:27 +0100
commit6a0837238ff13d3294e5a7181fc3de40e3094625 (patch)
treeda6f16c295c7ce7109a99f06aa6e2d7b35087034 /src/collectd
parent54ea933ac9643d2d2f3714aa06afc978fc60551e (diff)
bugfix: collectd with dpdk and collectd-ceilometer
Change-Id: I6e78625b74b9588ce24db2bde7523dc4c1dd5d6e Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src/collectd')
-rw-r--r--src/collectd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile
index 255859e1..2233149b 100644
--- a/src/collectd/Makefile
+++ b/src/collectd/Makefile
@@ -94,7 +94,7 @@ $(WORK_DIR):
$(AT)git clone $(COLLECTD_URL)
$(TAG_DONE_FLAG): $(WORK_DIR)
- $(AT)cd collectd-with-DPDK; git checkout $(collectd_TAG)
+ $(AT)cd collectd-with-DPDK; git checkout $(COLLECTD_TAG)
ifneq ($(PATCH_FILE),)
$(AT)cd $(WORK_DIR); patch -p1 < ../$(PATCH_FILE)
endif