Renamed network to wd8003.

This commit is contained in:
Joel Sherrill
1999-02-18 21:09:25 +00:00
parent adbaa61dd6
commit c0438adde9
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
# We only build the Network library if HAS_NETWORKING was defined # We only build the Network library if HAS_NETWORKING was defined
NETWORK_yes_V = network ne2000 NETWORK_yes_V = dec21140 ne2000 wd8003
NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library

View File

@@ -10,10 +10,10 @@ PROJECT_ROOT = @PROJECT_ROOT@
INSTALL = @INSTALL@ INSTALL = @INSTALL@
PGM=${ARCH}/network.rel PGM=${ARCH}/wd8003.rel
# C source names, if any, go here -- minus the .c # C source names, if any, go here -- minus the .c
C_PIECES=network C_PIECES=wd8003
C_FILES=$(C_PIECES:%=%.c) C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
INSTALL = @INSTALL@ INSTALL = @INSTALL@
# We only build the Network library if HAS_NETWORKING was defined # We only build the Network library if HAS_NETWORKING was defined
NETWORK_yes_V = dec21140 network ne2000 NETWORK_yes_V = dec21140 ne2000 wd8003
NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
BSP_PIECES=startup clock console timer $(NETWORK) BSP_PIECES=startup clock console timer $(NETWORK)