Changeset 5f22d091 in rtems


Ignore:
Timestamp:
01/19/99 21:29:29 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2d733c42
Parents:
98cc966d
Message:

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

Location:
c/src/lib/libbsp/i386/i386ex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/i386ex/Makefile.in

    r98cc966d r5f22d091  
    1212include $(RTEMS_ROOT)/make/directory.cfg
    1313
    14 # We only build the Network library if HAS_NETWORKING was defined
    15 NETWORK_yes_V = network
    16 NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
     14# # We only build the Network library if HAS_NETWORKING was defined
     15# NETWORK_yes_V = network
     16# NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
    1717
    1818# wrapup is the one that actually builds and installs the library
  • c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in

    r98cc966d r5f22d091  
    1212GENERIC_PIECES=
    1313
    14 # We only build the Network library if HAS_NETWORKING was defined
    15 NETWORK_yes_V = network
    16 NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
     14# # We only build the Network library if HAS_NETWORKING was defined
     15# NETWORK_yes_V = network
     16# NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
    1717
    1818# bummer; have to use $foreach since % pattern subst rules only replace 1x
Note: See TracChangeset for help on using the changeset viewer.