diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-11-15 10:12:25 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-11-15 10:23:09 +0000 |
commit | b53b4c46c0990f07a3ef91c8521dda61fd4f611d (patch) | |
tree | 97135f76e7068b929cb1b9a088cc3e8c5ce77b21 /src/pmu-tools | |
parent | ecf1ba1c5000718d1f0d90270af33039b488c835 (diff) |
src: update to use collectd 5.8.0
Update the src build to use collectd 5.8.0 instead of master. Update the PMU
build to ensure it download all event files.
Change-Id: Ib71ee6fc0ed7960368ce1b93fc9ca9bfbb16ba05
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src/pmu-tools')
-rw-r--r-- | src/pmu-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pmu-tools/Makefile b/src/pmu-tools/Makefile index 6d080d70..ab0d8170 100644 --- a/src/pmu-tools/Makefile +++ b/src/pmu-tools/Makefile @@ -49,7 +49,7 @@ force_make: $(WORK_DIR) $(TAG_DONE_FLAG) force_install: $(AT)sudo $(MAKE) -C $(WORK_DIR)/jevents install - $(AT)./$(WORK_DIR)/event_download.py + $(AT)./$(WORK_DIR)/event_download.py --all install: $(INSTALL_TARGET) |