aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjabirkkclt <jabir.kanhira.kadavathu@intel.com>2019-12-06 09:35:56 -0800
committerKamil Wiatrowski <kamilx.wiatrowski@intel.com>2019-12-09 15:47:25 +0100
commit3b7264dea083281fe8cca20cf4ee9829ea1e8c49 (patch)
tree5c8bb7634f9cec41cfc2d44969126f204c873490 /src
parented42941aa613ba9612ce53c0e812309d14e35955 (diff)
Fix the Makefile for intel-cmt-cat so it can be build without errors on
CentOS 7. Mount the /sys/fs/resctrl from host to container to avoid issues with intel_rdt plugin. Change-Id: I04d22fccb950aabbde774c1850a5b44ee57908f5 Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/libpqos/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libpqos/Makefile b/src/libpqos/Makefile
index a32a4ab8..a3a9ba55 100644
--- a/src/libpqos/Makefile
+++ b/src/libpqos/Makefile
@@ -40,7 +40,9 @@ INSTALL_TARGET = force_install force_make
force_make: $(WORK_DIR)
$(AT)cd $(WORK_DIR) && git pull $(LIBPQOS_URL) $(LIBPQOS_TAG)
@echo "git pull done"
- $(AT)$(MAKE) -C $(WORK_DIR) $(MORE_MAKE_FLAGS)
+ $(AT)$(MAKE) -C $(WORK_DIR)/lib $(MORE_MAKE_FLAGS)
+ $(AT)$(MAKE) -C $(WORK_DIR)/pqos $(MORE_MAKE_FLAGS)
+ $(AT)$(MAKE) -C $(WORK_DIR)/rdtset $(MORE_MAKE_FLAGS)
@echo "Make done"
force_install: