From d27b0a62a790c1abfa498ea4b0c88e22184cb91b Mon Sep 17 00:00:00 2001 From: thomasl <thomasl@eurecom.fr> Date: Fri, 21 Nov 2014 18:36:55 +0000 Subject: [PATCH] istart to add some common stuff such as CC=gcc git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6082 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- common/utils/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/utils/Makefile.inc b/common/utils/Makefile.inc index 7af1c6fd96..33228b0c40 100644 --- a/common/utils/Makefile.inc +++ b/common/utils/Makefile.inc @@ -1,4 +1,6 @@ export KERNEL_DIR=/lib/modules/$(shell uname -r)/ +CC=gcc +CCC=gcc ITTI_DIR = $(COMMON_UTILS_DIR)/itti -- GitLab