make aal dir in mcctrl could be user-defined
This commit is contained in:
committed by
Masamichi Takagi m-takagi@ab.jp.nec.com
parent
31098d3d75
commit
eaae0b4740
@@ -10,8 +10,8 @@ obj-m += mcctrl.o
|
|||||||
|
|
||||||
mcctrl-objs := driver.o control.o ikc.o syscall.o
|
mcctrl-objs := driver.o control.o ikc.o syscall.o
|
||||||
|
|
||||||
AAL_BASE=$(src)/../../../aal
|
AALBASE ?= $(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
|
EXTRA_CFLAGS = -I$(AALBASE)/host/include -I$(AALBASE)/host/driver/knf -I$(AALBASE)/include -I$(AALBASE)/ikc/include -I$(src)/../include
|
||||||
|
|
||||||
.PHONY: clean install
|
.PHONY: clean install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user