Changeset 9b87284 in mainline for uspace/srv/net/Makefile


Ignore:
Timestamp:
2010-02-23T22:04:37Z (15 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8edacbc
Parents:
91478aa
Message:
  • include dp8390 only if configured
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/Makefile

    r91478aa r9b87284  
    3131DIRS = \
    3232        netif/lo \
    33         netif/dp8390 \
    3433        nil/eth \
    3534        nil/nildummy \
     
    4847                tl/udp \
    4948                tl/tcp \
     49
     50ifeq ($(CONFIG_NETIF_DP8390),y)
     51        DIRS += netif/dp8390
     52endif
    5053
    5154DIRS_ALL = $(DIRS) $(DIRS_MODULAR)
Note: See TracChangeset for help on using the changeset viewer.