summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-23 22:13:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-23 22:13:10 +0000
commitdbaf51a44b8c465ac2f546d21719c66cd889c91f (patch)
tree1559a3f5a2738745564c44b21b6b8959d67c68e6 /c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in
parentPatch from Eric VALETTE <valette@crf.canon.fr>: (diff)
downloadrtems-dbaf51a44b8c465ac2f546d21719c66cd889c91f.tar.bz2
Patch from Emmanuel Raguet <raguet@crf.canon.fr>:
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, ...
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in')
-rw-r--r--c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in5
1 files changed, 4 insertions, 1 deletions
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
+
+
+