mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 17:12:58 +00:00
Removed referencing to network driver since it has not been merged yet.
This commit is contained in:
@@ -11,9 +11,9 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
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
|
# NETWORK_yes_V = network
|
||||||
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
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
BSP_PIECES=startup clock console timer $(NETWORK)
|
BSP_PIECES=startup clock console timer $(NETWORK)
|
||||||
GENERIC_PIECES=
|
GENERIC_PIECES=
|
||||||
|
|
||||||
# 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
|
# NETWORK_yes_V = network
|
||||||
NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
|
# NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
|
||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
|
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
|
||||||
|
|||||||
Reference in New Issue
Block a user