inclusion of sysdeps/knf/mic/mic_type.h for specifying CONFIG_KNF

This commit is contained in:
Balazs Gerofi
2012-08-05 13:35:21 +09:00
parent 9f82fae7af
commit bccfa3ef5b
4 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ 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)/ikc/include -I$(src)/../include
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
.PHONY: clean install