aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VESreporting_vLB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VESreporting_vLB/Makefile')
-rw-r--r--vnfs/VESreporting_vLB/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnfs/VESreporting_vLB/Makefile b/vnfs/VESreporting_vLB/Makefile
index 094adabe..172e81c5 100644
--- a/vnfs/VESreporting_vLB/Makefile
+++ b/vnfs/VESreporting_vLB/Makefile
@@ -19,8 +19,9 @@
CC=gcc
ARCH=$(shell getconf LONG_BIT)
+MACHINE_ARCH=$(shell uname -m)
CODE_ROOT=$(CURDIR)/../../..
-LIBS_DIR=$(CODE_ROOT)/libs/x86_$(ARCH)
+LIBS_DIR=$(CODE_ROOT)/libs/$(MACHINE_ARCH)
INCLUDE_DIR=$(CODE_ROOT)/code/evel_library
#******************************************************************************