From cb682532cf9927619a3c8d168253187140835cc6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 Sep 2018 06:19:02 +0200 Subject: network: Use kernel/user space header files Add and use and similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375. --- cpukit/wrapup/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/wrapup/Makefile.am') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index fcca5604e2..c69cfedecb 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -84,8 +84,6 @@ endif if LIBNETWORKING TMP_LIBS += ../libnetworking/libnetworking.a -TMP_LIBS += ../libnetworking/libc.a -TMP_LIBS += ../libnetworking/lib.a TMP_LIBS += ../librpc/librpc.a TMP_LIBS += ../librpc/libxdr.a endif -- cgit v1.2.3