From 2d7d605fdfde31394a46a9bc57f39f20e2f39334 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Aug 1998 14:41:23 +0000 Subject: Patch from Aleksey : It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'. --- c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in') diff --git a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in index db155ca01d..93c14df9ed 100644 --- a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in @@ -8,7 +8,11 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ -BSP_PIECES=startup clock console timer pc386dev network +# We only build the Network library if HAS_KA9Q was defined +NETWORK_yes_V = network +NETWORK = $(NETWORK_$(HAS_KA9Q)_V) + +BSP_PIECES=startup clock console timer pc386dev $(NETWORK) GENERIC_PIECES= # bummer; have to use $foreach since % pattern subst rules only replace 1x @@ -52,3 +56,4 @@ all: ${ARCH} $(SRCS) $(LIB) + -- cgit v1.2.3