summaryrefslogtreecommitdiffstats
path: root/positioning_base_library/library/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'positioning_base_library/library/Makefile')
-rw-r--r--positioning_base_library/library/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/positioning_base_library/library/Makefile b/positioning_base_library/library/Makefile
index 0fed8488..c0aec5bf 100644
--- a/positioning_base_library/library/Makefile
+++ b/positioning_base_library/library/Makefile
@@ -1,5 +1,5 @@
#
-# @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+# @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -79,4 +79,9 @@ LDLIBS += -Wl,-Bdynamic -lev
######### add library path #############
LDFLAGS += -shared
+INSTALL = install
+CREATE_DIR = $(DESTDIR)/nv/BS/vs/positioning_base_library/rwdata
+install-data:
+ $(INSTALL) -d -m 775 $(CREATE_DIR)
+
include ../../vehicle_service.mk