summaryrefslogtreecommitdiffstats
path: root/service/system/config/library/system_manager_config/last2order/Makefile
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-22 02:10:01 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-23 13:27:31 +0000
commit604011e21f44b51f3540711ffe53a16362796ae5 (patch)
treee15d5c5c7884a10721350cbe932257b00cdcb317 /service/system/config/library/system_manager_config/last2order/Makefile
parent17cf21bcf8a2e29d2cbcf0a313474d2a4ee44f5d (diff)
Fix the path to the directory of the include files
Fix the path to the directory of the include files, '/usr/agl/include' to follow the standard, '/usr/include/' and add subsystem name 'basesystem' for agl-basesystem. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I170f23db7178b79bb1081fde9198cb244a51e64c
Diffstat (limited to 'service/system/config/library/system_manager_config/last2order/Makefile')
-rwxr-xr-xservice/system/config/library/system_manager_config/last2order/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/system/config/library/system_manager_config/last2order/Makefile b/service/system/config/library/system_manager_config/last2order/Makefile
index f38ee77..8384d72 100755
--- a/service/system/config/library/system_manager_config/last2order/Makefile
+++ b/service/system/config/library/system_manager_config/last2order/Makefile
@@ -19,7 +19,7 @@
CONFXML_DIR_PATH ?= $(SDKTARGETSYSROOT)/usr/agl/conf/sm_last2order
#path to order file
-ORDER_DEF_PATH ?= $(SDKTARGETSYSROOT)/usr/agl/include/agl_wakeup_order.h
+ORDER_DEF_PATH ?= $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_wakeup_order.h
#path to be installed CFO file
CONF_INSTALL_DIR ?= $(SDKTARGETSYSROOT)/usr/agl/conf/systemmanager