Changeset 7715994 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2010-03-13T12:17:02Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ba20a6b
Parents:
d0febca (diff), 2070570 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rd0febca r7715994  
    9292        $(USPACEDIR)/srv/net/net/net \
    9393        $(USPACEDIR)/srv/net/netif/lo/lo \
    94         $(USPACEDIR)/srv/net/netif/dp8390/dp8390 \
    9594        $(USPACEDIR)/srv/net/nil/eth/eth \
    9695        $(USPACEDIR)/srv/net/nil/nildummy/nildummy \
     
    106105NET_CFG = \
    107106        $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/general \
    108         $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/lo \
    109         $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/ne2k
     107        $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/lo
     108
     109ifeq ($(CONFIG_NETIF_DP8390),y)
     110        NET_SRVS        +=      $(USPACEDIR)/srv/net/netif/dp8390/dp8390
     111
     112        NET_CFG +=      $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/ne2k
    110113endif
    111114
     
    131134endif
    132135endif
    133 
     136endif
Note: See TracChangeset for help on using the changeset viewer.