Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/Makefile

    r74520daf r9b87284  
    2929include ../../../Makefile.config
    3030
    31 # keep netif drivers before nil modules
    32 # in order to support networking architectures build
    33 
    34 ifeq ($(CONFIG_NETIF_DP8390),y)
    35         DIRS = netif/dp8390
    36 else
    37         DIRS =
    38 endif
    39 
    40 DIRS += \
     31DIRS = \
    4132        netif/lo \
    4233        nil/eth \
     
    5647                tl/udp \
    5748                tl/tcp \
     49
     50ifeq ($(CONFIG_NETIF_DP8390),y)
     51        DIRS += netif/dp8390
     52endif
    5853
    5954DIRS_ALL = $(DIRS) $(DIRS_MODULAR)
Note: See TracChangeset for help on using the changeset viewer.