[Cryptech-Commits] [sw/libhal] branch master updated: Don't want rpc_serial.c for server builds.

git at cryptech.is git at cryptech.is
Fri Jul 1 04:01:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.

The following commit(s) were added to refs/heads/master by this push:
       new  183fc0a   Don't want rpc_serial.c for server builds.
183fc0a is described below

commit 183fc0a7c9b46a164307c1543c7cc85d12332454
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jul 1 00:01:42 2016 -0400

    Don't want rpc_serial.c for server builds.
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d3182af..3d42d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,9 @@ ifneq "${RPC_MODE}" "none"
   OBJ += rpc_api.o xdr.o
 endif
 
-ifeq "${RPC_TRANSPORT}" "serial"
+ifeq "${RPC_MODE}" "server"
+  OBJ += slip.o
+else ifeq "${RPC_TRANSPORT}" "serial"
   OBJ += slip.o rpc_serial.o
 endif
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list