mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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/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
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user