From dbaf51a44b8c465ac2f546d21719c66cd889c91f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 Jul 1998 22:13:10 +0000 Subject: Patch from Emmanuel Raguet : Here is a patch for KA9Q stack. This patch contains an Ethernet Driver for Western Digital, some fixes for the UDP and TCP protocols (for endian conversion) and some little programs which allow the test of UDP and TCP sockets via Ethernet. I have tested that on an Intel machine. If someone can test it on a big-endian machine, ... --- c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/wrapup') diff --git a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in index eea0a83229..db155ca01d 100644 --- a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in @@ -8,7 +8,7 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ -BSP_PIECES=startup clock console timer pc386dev +BSP_PIECES=startup clock console timer pc386dev network GENERIC_PIECES= # bummer; have to use $foreach since % pattern subst rules only replace 1x @@ -49,3 +49,6 @@ all: ${ARCH} $(SRCS) $(LIB) # we create here a directory specific to the PC386 BSP to store the BootImage # files so they can be easily found mkdir -p ${PROJECT_RELEASE}/BootImgs + + + -- cgit v1.2.3