summaryrefslogtreecommitdiffstats
path: root/resource_manager/server/Makefile
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:48:34 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:48:34 +0900
commite65d8119ffc568bd3ac8dd2572c18841b70126aa (patch)
tree60ef3f0c51b548ad17197a98d56a388860d69dd1 /resource_manager/server/Makefile
parent2eb42c0a484db599949a4b18eef3c62deb3c42a6 (diff)
ss-resourcemanager branch 0.1sandbox/ToshikazuOhiwa/ss-resourcemanager
Diffstat (limited to 'resource_manager/server/Makefile')
-rw-r--r--resource_manager/server/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/resource_manager/server/Makefile b/resource_manager/server/Makefile
index 18b40989..cae9191f 100644
--- a/resource_manager/server/Makefile
+++ b/resource_manager/server/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.
@@ -46,12 +46,10 @@ LDLIBS += -Wl,--no-as-needed
LDLIBS += -Wl,-Bdynamic -lstdc++
LDLIBS += -Wl,-Bdynamic -lSS_SystemIfUnified
LDLIBS += -Wl,-Bdynamic -lNS_FrameworkUnified
-#LDLIBS += -Wl,-Bdynamic -lsoc_temperature_hal
+LDLIBS += -Wl,-Bdynamic -lsoc_temperature_hal
LDLIBS += -Wl,-Bdynamic -lcommon
-LDLIBS += -Wl,-Bdynamic -lvp
LDLIBS += -Wl,-Bdynamic -lrpc
LDLIBS += -Wl,-Bdynamic -lev
-#LDLIBS += -Wl,-Bdynamic -lDiagCodeAPI
include ../../system_service.mk