summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agl-basefiles/agldd/moduleid.h2
-rwxr-xr-xmodule/kernel-module-evklib/agldd/moduleid.h2
-rwxr-xr-xservice/system/resource_manager/client/Makefile1
-rwxr-xr-xservice/system/resource_manager/server/Makefile1
-rwxr-xr-xstub/communication_subcpu/client/Makefile1
5 files changed, 5 insertions, 2 deletions
diff --git a/agl-basefiles/agldd/moduleid.h b/agl-basefiles/agldd/moduleid.h
index b18c1a1..248fadc 100644
--- a/agl-basefiles/agldd/moduleid.h
+++ b/agl-basefiles/agldd/moduleid.h
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <linux/autoconf.h>
+#include <generated/autoconf.h>
#ifndef _AGLDD_MODULEID_H_
#define _AGLDD_MODULEID_H_
diff --git a/module/kernel-module-evklib/agldd/moduleid.h b/module/kernel-module-evklib/agldd/moduleid.h
index b18c1a1..248fadc 100755
--- a/module/kernel-module-evklib/agldd/moduleid.h
+++ b/module/kernel-module-evklib/agldd/moduleid.h
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <linux/autoconf.h>
+#include <generated/autoconf.h>
#ifndef _AGLDD_MODULEID_H_
#define _AGLDD_MODULEID_H_
diff --git a/service/system/resource_manager/client/Makefile b/service/system/resource_manager/client/Makefile
index a2bde46..d0e1808 100755
--- a/service/system/resource_manager/client/Makefile
+++ b/service/system/resource_manager/client/Makefile
@@ -44,6 +44,7 @@ libresm_SRCS += resmgr_api_lib.c
CPPFLAGS += -I./
CPPFLAGS += -I./include
CPPFLAGS += -I../server/include
+CPPFLAGS += -I$(KERNEL_HEADER_DIR)
######## add compile option ########
diff --git a/service/system/resource_manager/server/Makefile b/service/system/resource_manager/server/Makefile
index cae9191..97ca9d9 100755
--- a/service/system/resource_manager/server/Makefile
+++ b/service/system/resource_manager/server/Makefile
@@ -32,6 +32,7 @@ VPATH += ../client
######### add include path #############
CPPFLAGS += -I./include
CPPFLAGS += -I../client
+CPPFLAGS += -I$(KERNEL_HEADER_DIR)
######## add compile option ########
CPPFLAGS += -DFRAMEWORKUNIFIEDLOGOPTIONS=0x08
diff --git a/stub/communication_subcpu/client/Makefile b/stub/communication_subcpu/client/Makefile
index b232f9c..884076a 100755
--- a/stub/communication_subcpu/client/Makefile
+++ b/stub/communication_subcpu/client/Makefile
@@ -30,6 +30,7 @@ VPATH += include/stub
######### add include path #############
CPPFLAGS += -I./include
CPPFLAGS += -I./include/$(COMPONENT_NAME)
+CPPFLAGS += -I$(KERNEL_HEADER_DIR)
######### add compile option #############