From 211696c95c1ec3fc48e0096d47d4278910274195 Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Thu, 22 Oct 2020 13:28:36 +0900 Subject: ps-communication branch 0.1 --- communication/client_can/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'communication/client_can/Makefile') diff --git a/communication/client_can/Makefile b/communication/client_can/Makefile index e94c5261..49d57081 100644 --- a/communication/client_can/Makefile +++ b/communication/client_can/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. @@ -68,6 +68,5 @@ LDFLAGS += -Wl,--no-undefined ######### linked library (dynamic) ############# LDLIBS += -Wl,-Bdynamic -lNS_FrameworkUnified LDLIBS += -Wl,-Bdynamic -lrt -LDLIBS += -Wl,-Bdynamic -lPosixBasedOS001legacy include ../../peripheral_service.mk -- cgit 1.2.3-korg