Removed referencing to network driver since it has not been merged yet.

This commit is contained in:
Joel Sherrill
1999-01-19 21:29:29 +00:00
parent 98cc966d72
commit 5f22d0916a
2 changed files with 6 additions and 6 deletions

View File

@@ -11,9 +11,9 @@ 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_NETWORKING was defined
NETWORK_yes_V = network
NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
# # We only build the Network library if HAS_NETWORKING was defined
# NETWORK_yes_V = network
# NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories

View File

@@ -11,9 +11,9 @@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup clock console timer $(NETWORK)
GENERIC_PIECES=
# We only build the Network library if HAS_NETWORKING was defined
NETWORK_yes_V = network
NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
# # We only build the Network library if HAS_NETWORKING was defined
# NETWORK_yes_V = network
# NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \