From eaae0b47404a23657f2348cc534be13513457bd2 Mon Sep 17 00:00:00 2001 From: "Min Si msi@il.is.s.u-tokyo.ac.jp" Date: Thu, 22 Nov 2012 16:32:56 +0900 Subject: [PATCH] make aal dir in mcctrl could be user-defined --- linux/mod_mcctrl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/mod_mcctrl/Makefile b/linux/mod_mcctrl/Makefile index 7b3bfa2b..64b76d37 100644 --- a/linux/mod_mcctrl/Makefile +++ b/linux/mod_mcctrl/Makefile @@ -10,8 +10,8 @@ obj-m += mcctrl.o mcctrl-objs := driver.o control.o ikc.o syscall.o -AAL_BASE=$(src)/../../../aal -EXTRA_CFLAGS = -I$(AAL_BASE)/host/include -I$(AAL_BASE)/host/driver/knf -I$(AAL_BASE)/include -I$(AAL_BASE)/ikc/include -I$(src)/../include +AALBASE ?= $(src)/../../../aal +EXTRA_CFLAGS = -I$(AALBASE)/host/include -I$(AALBASE)/host/driver/knf -I$(AALBASE)/include -I$(AALBASE)/ikc/include -I$(src)/../include .PHONY: clean install