summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-24 16:09:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-24 16:09:51 +0000
commitdbab462feb1583107babd74b02339bb9a5ad3820 (patch)
treea969c75ad8185e47be35e72f0cbdfca3114e040c /c/src/lib/libbsp/i386/pc386/Makefile.in
parentchanged version to 980723 (diff)
downloadrtems-dbab462feb1583107babd74b02339bb9a5ad3820.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel Raguet
<raguet@crf.canon.fr> to make their patches work together.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.in b/c/src/lib/libbsp/i386/pc386/Makefile.in
index 426b5a6dbe..92963be422 100644
--- a/c/src/lib/libbsp/i386/pc386/Makefile.in
+++ b/c/src/lib/libbsp/i386/pc386/Makefile.in
@@ -11,7 +11,11 @@ PROJECT_ROOT = @PROJECT_ROOT@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
+# We only build the Network library if HAS_KA9Q was defined
+NETWORK_yes_V = network
+NETWORK = $(NETWORK_$(HAS_KA9Q)_V)
+
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUB_DIRS=include tools start startup clock console timer pc386dev network \
+SUB_DIRS=include tools start startup clock console timer pc386dev $(NETWORK) \
wrapup