Commit 8e268d54 authored by thomasl's avatar thomasl

Make performance: replace = by := when it doesn't change



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6201 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6a7f1383
......@@ -39,7 +39,7 @@
#export LM_LICENSE_FILE
include $(OPENAIR_HOME)/common/utils/Makefile.inc
KERNEL_NAME=$(shell uname -r)
KERNEL_NAME:=$(shell uname -r)
NUM_CORES=$(shell getconf _NPROCESSORS_CONF)
export SET_UM=$(shell if grep --silent User\ Mode\ Linux /proc/cpuinfo ; then echo "ARCH=um" ; else echo ""; fi)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment