From e2d795597310f976af211f9bac2466dbf89b50c8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Apr 1997 14:05:50 +0000 Subject: Added ka9q tcpip stack and network driver for the gen68360. This effort was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point. --- c/src/wrapup/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/wrapup/Makefile.in') diff --git a/c/src/wrapup/Makefile.in b/c/src/wrapup/Makefile.in index 0316d5c56b..2446f24015 100644 --- a/c/src/wrapup/Makefile.in +++ b/c/src/wrapup/Makefile.in @@ -17,6 +17,7 @@ LIB=$(PROJECT_HOME)/lib/librtemsall.a SRCS=$(wildcard $(PROJECT_HOME)/lib/libbsp$(LIB_VARIANT).a) \ $(PROJECT_HOME)/lib/librtems$(LIB_VARIANT).a \ $(wildcard $(PROJECT_HOME)/lib/libposix$(LIB_VARIANT).a) \ + $(wildcard $(PROJECT_HOME)/lib/libka9q$(LIB_VARIANT).a) \ $(PROJECT_HOME)/lib/libcsupport$(LIB_VARIANT).a \ $(wildcard $(PROJECT_HOME)/lib/rtems-ctor$(LIB_VARIANT).o) \ $(wildcard $(PROJECT_HOME)/lib/libno-ctor$(LIB_VARIANT).a) -- cgit v1.2.3