forked from Imagelibrary/rtems
Renamed network to wd8003.
This commit is contained in:
@@ -14,7 +14,7 @@ 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 ne2000
|
||||
NETWORK_yes_V = dec21140 ne2000 wd8003
|
||||
NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
|
||||
@@ -10,10 +10,10 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
PGM=${ARCH}/network.rel
|
||||
PGM=${ARCH}/wd8003.rel
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_PIECES=network
|
||||
C_PIECES=wd8003
|
||||
C_FILES=$(C_PIECES:%=%.c)
|
||||
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
||||
|
||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
# 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)
|
||||
|
||||
BSP_PIECES=startup clock console timer $(NETWORK)
|
||||
|
||||
Reference in New Issue
Block a user